oracle10中存在dbstart脚本路径错误 (oracle10启动出错)
oracle10201中存在dbstart脚本路径错误,修改方式如下
Failed to auto-start Oracle Net Listene using /ade/vikrkuma_new/oracle/bin/tnslsnr
修改dbstart的第78行
# Set this to bring up Oracle Net Listener (isher)
ORACLE_HOME_LISTNER=/ade/vikrkuma_new/oracle
为
ORACLE_HOME_LISTNER=$ORACLE_BASE/db10g
Failed to auto-start Oracle Net Listene using /ade/vikrkuma_new/oracle/bin/tnslsnr
修改dbstart的第78行
# Set this to bring up Oracle Net Listener (isher)
ORACLE_HOME_LISTNER=/ade/vikrkuma_new/oracle
为
ORACLE_HOME_LISTNER=$ORACLE_BASE/db10g

0 条评论:
发表评论
订阅 博文评论 [Atom]
<< 主页