Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: how to create database objects...

Re: how to create database objects...

From: JoeZ53 <joez53_at_aol.com>
Date: 27 Jan 1999 13:38:15 GMT
Message-ID: <19990127083815.22191.00005061@ng-fi1.aol.com>


The system (and sys) tables automatically get created when you create the database. When you create the database, Oracle automatically executes several sql files. Among these are:
sql.bsq which contains the create statements for the data dictionary tables and catalog.sql which creates the data dictionary views. Received on Wed Jan 27 1999 - 07:38:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US