Search notes:

Oracle: Init parameter PLSQL_WARNINGS

The value of plsql_warnings controls for each of the three PL/SQL warning categories if they're reported when they are encountered when a PL/SQL object is compiled.
Enable all warnings except PLW-06009: procedure "…" OTHERS handler does not end in RAISE or RAISE_APPLICATION_ERROR.
Warn about unreachable code:
alter session set plsql_warnings = 'enable:(6002)';
Treat the warning package specification exposes global variable as error:
alter session set plsql_warnings = 'error:(6026)';
Disable all warnings:
alter session set plsql_warnings = 'disable:all';

See also

The value of plsql_warnings that was in effect when a PL/SQL object was compiled can be queried from dba_plsql_object_settings.
Errors and warnings in PL/SQL.
user_errors / all_errors / dba_errors / cdb_errors
The SQL*Plus warning SP2-0804: Procedure created with compilation warnings.
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...', 1758204583, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/adminstration/init-parameters/plsql_warnings/index(63): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78