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

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



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

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

请问我要怎么指定?

env: rhel3 as+oracle9204


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



精华贴数 0
个人空间 0
技术积分 1958 (943)
社区积分 231 (2502)
注册日期 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号 联系我们 法律顾问