Search notes:

Oracle: Hidden parameters

Init parameters whose name start with an underscore are so-called hidden parameters.
In order to modify a hidden parameter, the name of the parameter needs to be enclosed in apostrophes.
Unless a hidden parameter is explicitely set to its default value in CDB$ROOT, this parameter is not available in a PDB (because this is a dictionary operation in a PDB).

Querying the value of a hidden parameter

Hidden parameters are not listed in v$parameter and by extension not shown with the show parameter command in SQL*Plus.
However, it is possible tow query hidden parameters from x$ksppi when joined to x$ksppcv and x$ksppsv.
Alternatively, the session value of a hidden parameter can be obtained with
select
   sys.dbms_stats_internal.get_parameter_val('_adaptive_fetch_enabled')
from
   dual;

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