Search notes:

Oracle: DBA_RSRC_CATEGORIES

dba_rsrc_categories shows all all resource consumer group categories.
column name      format a14
column comments  format a38
column mandatory format a3
column status    format a4

select
   name,
   comments,
   mandatory,
   status
from
   dba_rsrc_categories;
--
-- NAME           COMMENTS                               MAN STAT
-- -------------- -------------------------------------- --- ----
-- ADMINISTRATIVE Administrative Consumer Groups         NO      
-- INTERACTIVE    Interactive, OLTP Consumer Groups      NO      
-- BATCH          Batch, Non-Interactive Consumer Groups NO      
-- MAINTENANCE    Maintenance Consumer Groups            NO      
-- OTHER          Unclassified Consumer Groups           YES     

See also

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