- Operating System Environment
ORACLE_BASE(NT) c:\oracle
ORACLE_HOME(NT) c:\oracle\ora90
ORACLE_SID
ORA_NLS33
PATH
LD_LIBRARY_PATH - Preparing the Parameter File
(1) Create the new initSID.ora
$ cp init.ora $ORACLE_HOME/dba/initdb01.ora
(2) Modify the initSID.ora
db_name=db01
control_files
db_block_size=8192
#text_enable=true
(3) Create instance (Windows platform)
oradim -NEW -SID db01 -INTPWD admin -pfile='...'
(4) Create SPFILE
create spfile from pfile - Starting the Instance
(1) connect as SYSDBA
(2) startup nomount - Post run scripts in %ORACLE_HOME/rdbms/build_db.sql
(4)Create a Database
本文介绍Oracle9i在Windows平台上的配置流程,包括设置环境变量、准备参数文件、创建实例及启动实例等步骤。

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



