Search notes:

Oracle: DBA_REGISTRY

dba_registry shows all database components that are loaded into the component registry.

List of possible components

A list of all available components that a database might have is
CID
APEX Oracle Application Express
APS OLAP Analytic Workspace
CATALOG Oracle Catalog Views (i. e. the data dictionary) $ORACLE_HOME/rdbms/admin/catalog.sql
CATJAVA Oracle Java Packages $ORACLE_HOME/rdbms/admin/catjava_sql
CATPROC Oracle Packages and Types (the data dictionary for PL/SQL) $ORACLE_HOME/rdbms/addmin/catproc.sql
CONTEXT Oracle Text
DV Oracle Database Vault $ORACLE_HOME/rdbms/admin/catmacpre.sql
EM Oracle Enterprise Manager Repository
JAVAVM JServer JAVA Virtual Machine
OLS Oracle Label Security $ORACLE_HOME/rdbms/admin/catols.sql, catolsd.sql
ORDIM Oracle Multimedia
OWM Oracle Workspace Manager
RAC Real Application Clusters $ORACLE_HOME/rdbms/admin/catclust.sql
SDO Oracle Spatial
XDB Oracle XML Database ORACLE_HOME/rdbms/admin/catqm_int.sql
XML Oracle XDK for Java
XOQ Oracle OLAP API $ORACLE_HOME/rdbms/admin/initxml.sql
ODM Data Mining
MGW Messaging Gateway
WK Oracle Ultra Search
See also $ORACLE_HOME/rdbms/admin/dbms_registry_extended.sql.

show

select
  comp_id,
  comp_name,
  schema,
  procedure,
  version,
  status,
  modified,
  namespace,
  other_schemas
from
  dba_registry
order by
  lower(comp_name);
Github repository Oracle-Patterns, path: /Installed/data-dictionary/registry/show.sql

See also

v$option
dba_registry_history, dba_registry_sqlpatch.
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...', 1758205792, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/data-dictionary/registry/index(95): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78