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

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1758204443, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/modules/personal/SQL-Developer/get-set/StartupScript(43): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78