To continue reading for free, register below or login
To read more you must become a member of SearchOracle.com
');
// -->

The Data Dictionary is created when one issues the CREATE DATABASE command. If you used the Database Configuration Assistant (DBCA) to create the database for you, it issued this command. After the CREATE DATABASE command, one normally runs the $ORACLE_HOME/rdbms/admin/catalog.sql and $ORACLE_HOME/rdbms/admin/catproc.sql scripts as the SYS user. The DBCA runs these for you automatically. These scripts set up Data Dictionary Views and Dynamic Performance Views. So this is probably already done for you.
|