Search notes:

Oracle: BOOTSTRAP$

bootstrap$ contains the DDL statements to create other bootstrap tables.
The text in sql_text in the table bootstrap$ corresponds to the first SQL statements found in the sql.bsq script (which is executed as part of a database creation).
Accordingly, the last statement recorded in bootstrap$ is the CREATE TABLE BOOTSTRAP$ …:
The statements recorded in bootstrap$ are also executed when starting up an instance between the mount and open stage.
select
    bts.line#,
    obj.name,
    bts.sql_text
from
   bootstrap$ bts     left join
   obj$       obj on bts.obj# = obj.obj#
order by
   bts.line#;

See also

Event 38003
$ORACLE_HOME/rdbms/admin/utlmmig.sql
ORA-00704: bootstrap process failure

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