Search notes:

Oracle: DBA_RSRC_PLANS

select
   rpl.plan,
   rpl.status,
   rpl.cpu_method,
   rpl.mgmt_method,
   rpl.mandatory,
   rpl.active_sess_pool_mth,
   rpl.parallel_degree_limit_mth,
   rpl.queueing_mth,
   rpl.sub_plan,
   rpl.num_plan_directives,
   rpl.comments,
   rpl.plan_id
from
   dba_rsrc_plans rpl;

See also

Oracle Resource Manager
dba_rsrc_plan_directives
dba_scheduler_windows
data dictionary

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...', 1758207008, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/rsrc/plans(58): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78