ITPUB??ì3
2010数据库技术大会
ITPUB论坛 » Oracle数据库管理 » 我用dbstart启动时,提示can't find init file...?


您有 1 条公共消息
  • 来自: 公共消息 标题: 3-5月ITPUB数据库 ... 内容: ITPUB与3月和5月分别安排了Oracle 11g DBA和Oracle性能优化培训,以及 ...

    标题: 我用dbstart启动时,提示can't find init file...?
    离线 msnch
    老会员



    精华贴数 0
    个人空间 0
    技术积分 1958 (1030)
    社区积分 231 (2699)
    注册日期 2002-10-2
    论坛徽章:1
    会员2006贡献徽章     
          

    发表于 2006-1-7 10:17 
    我用dbstart启动时,提示can't find init file...?

    请问我要怎么指定?

    env: rhel3 as+oracle9204


    只看该作者    顶部
    离线 msnch
    老会员



    精华贴数 0
    个人空间 0
    技术积分 1958 (1030)
    社区积分 231 (2699)
    注册日期 2002-10-2
    论坛徽章:1
    会员2006贡献徽章     
          

    发表于 2006-1-7 10:38 
    search了一下,说是bug, 按eyle大师的修改已OK
    edit the dbstart script
    - add the following line:
    SPFILE=${ORACLE_HOME}/dbs/spfile${ORACLE_SID}.ora
    after this line: PFILE=${ORACLE_HOME}/dbs/init${ORACLE_SID}.ora
    - change:
    if [ -f $PFILE ] ; then
    to:
    if [ -f $PFILE -o -f $SPFILE ] then ;


    只看该作者    顶部
     
        

    相关内容


    CopyRight 1999-2006 itpub.net All Right Reserved.
    北京皓辰网域网络信息技术有限公司. 版权所有
    E-mail:Webmaster@itpub.net
    网站律师 隐私政策 知识产权声明
    京ICP证:060528号 联系我们