1.Content:
#!/bin/sh
ORACLE_HOME=/opt/oracle/product/8.1.7
case "" in
start)
su - oracle -c "$ORACLE_HOME/bin/dbstart" &
su - oracle -c "$ORACLE_HOME/bin/lsnrctl start" &
;;
stop)
su - oracle -c "$ORACLE_HOME/bin/dbshut" &
esac
2.then, modify the files dbshut and dbstart to fit your system.
2.1. modify the dbshut's "ORATAB=/etc/oratab" to "ORATAB=/var/opt/oracle/oratab"
2.2. modify the dbstart's "ORATAB=/etc/oratab" to "ORATAB=/var/opt/oracle/oratab"
2.3. modify the /var/opt/oracle/oratab to "dbora817:/opt/oracle/product/8.1.7:Y"
开机启动oracle的脚本
来源:Blog.ChinaUnix.net
作者:未知
时间:2006-09-14
Tag:
点击:
Filename:/etc/rc2.d/S99dbora817
0
最新评论共有 0 位网友发表了评论
查看所有评论
发表评论
- 栏目列表
热点关注

