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