Understanding the CREATE DATABASE Statement (69)

tsinglee發表於2007-12-24
When you execute a CREATE DATABASE statement, Oracle Database performs (at least)
a number of operations. The actual operations performed depend on the clauses that
you specify in the CREATE DATABASE statement and the initialization parameters that
you have set. Oracle Database performs at least these operations:
■ Creates the datafiles for the database
■ Creates the control files for the database
■ Creates the redo log files for the database and establishes the ARCHIVELOG mode.
■ Creates the SYSTEM tablespace
■ Creates the SYSAUX tablespace
■ Creates the data dictionary
■ Sets the character set that stores data in the database
■ Sets the database time zone
■ Mounts and opens the database for use[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-995630/,如需轉載,請註明出處,否則將追究法律責任。

相關文章