`

(4)Create a Database

 
阅读更多
  • 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
分享到:
评论
发表评论

文章已被作者锁定,不允许评论。

相关推荐

Global site tag (gtag.js) - Google Analytics