1.Creates the datafiles for the database
2.Creates the control files for the database
3.Creates the redo log files for the database and establishes the ARCHIVELOG mode.
4.Creates the SYSTEM tablespace
5.Creates the SYSAUX tablespace
6.Creates the data dictionary
7.Sets the character set that stores data in the database
8.Sets the database time zone
9.Mounts and opens the database for use
本文详细介绍了创建数据库的具体步骤,包括创建数据文件、控制文件、重做日志文件并设置归档模式;创建 SYSTEM 和 SYSAUX 表空间;建立数据字典;设置字符集和时区;最终挂载并打开数据库供使用。
634

被折叠的 条评论
为什么被折叠?



