Search notes:

Oracle: Bootstrap tables

Bootstrap tables can be found in dcore.bsq: all tables listed before the following comment are bootstrap tables:
//                                            /* "//" required for bootstrap */
The list of bootstrap table is probably quite static:
tab$ table table
clu$ cluster table
fet$ free extent table
uet$ used extent table
seg$ segment table
undo$ undo segment table
ts$ tablespace table
file$ file table
obj$ object table
ind$ index table
icol$ index column table
col$ column table
user$ user table
proxy_data$
proxy_role_data$
con$ constraint table
cdef$ constraint definition table
ccol$ constraint column table
bootstrap$

Pseudo bootstrap objects

As per a comment in $ORACLE_HOME/rdbms/admin/doptim.bsq, there are also so-called pseudo bootstrap objects (and hence also created in dcore.bsq):
See also kqlrtbso in kqlb.c.

See also

catmetviews_mig.sql

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