Search notes:

PowerShell module SQLDeveloper - get and set StartupScript

get-SQLDeveloperStartupScript and set-SQLDeveloperStartupScript return or specifity the path to a script that is executed when SQL developer starts up.
In the SQL Developer GUI, this script can be configured under the menu Tools -> Preferences -> Database: Filename for connection startup script)
The content of this script can be displayed in a console like so:
PS C:\> get-content (get-SQLDeveloperStartupScript)

See also

Powershell module: SQL Developer

Index