Search notes:

Oracle: init parameter PLSQL_OPTIMIZE_LEVEL

The value of the init parameter plsql_optimize_level constrols how much effort the PL/SQL compiler invests into optimizing PL/SQL code. This level can be set to a value between 1 and 3. The default is 2.

Inlining code

Setting plsql_optimize_level to 3 causes the compiler to seek oportunities to inline code.
Code can be forced to be inlined with the inline pragma.

See also

ALL_PLSQL_OBJECT_SETTINGS
init parameters

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/developm...', 1759972647, '216.73.216.133', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/adminstration/init-parameters/plsql/optimize_level/index(47): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78