B.1 Creating the Data Dictionary
The data dictionary base tables are the first objects created in any Oracle database. They are created in the SYSTEM
tablespace and must remain there. The data dictionary base tables store information about all user-defined objects in the database.
Table B-1 lists required scripts, which are run automatically when you create a database using the Database Configuration Assistant. They are described here because you might need to run them if you create a database manually. To run these scripts, you must be connected to Oracle as a user with SYSDBA
privileges.
Table B-1 Creating the Data Dictionary Scripts
Script Name | Needed For | Description |
---|---|---|
All databases |
Creates the data dictionary and public synonyms for many of its views Grants |
|
All databases |
Runs all scripts required for, or used with, PL/SQL |
|
|
All databases |
Runs the Note: You must run |
Oracle Real Application Clusters |
Creates Oracle Real Application Clusters data dictionary views |
Footnote 1 This script is available starting with Oracle Database release 19c, version 19.1.
See Also:
-
Your operating system-specific Oracle documentation for the exact names and locations of these scripts on your operating system
-
Oracle Database Administrator’s Guide for more information about creating a database
-
Oracle Real Application Clusters Administration and Deployment Guide for more information about creating Oracle Real Application Cluster views