linux下设置oracle开机自启动
2013-03-02 14:25:50 来源:WEB开发网核心提示: 1.vi /etc/rc.localsu - oracle -c "/bin/sh /opt/dbstart.sh"2. dbstart.sh的内容export ORACLE_BASE=/opt/oracleexport ORACLE_SID=orclexport ORACLE_HOME=$ORA
1.vi /etc/rc.local
su - oracle -c "/bin/sh /opt/dbstart.sh"
2. dbstart.sh的内容
export ORACLE_BASE=/opt/oracle
export ORACLE_SID=orcl
export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
sqlplus '/as sysdba'<<eof
startup;
exit
eof
/opt/oracle/product/10.2.0/db_1/bin/lsnrctl start
3.修改/etc/oratab内容
ORACLE_SID:/u01/app/oracle/product/10.2.0/db_1:N改为如下内容
ORACLE_SID:/u01/app/oracle/product/10.2.0/db_1:Y
- ››oracle 恢复误删除的表和误更新的表
- ››linux下两台服务器文件实时同步方案设计和实现
- ››Linux文件描述符中的close on exec标志位
- ››Linux下管道使用的一些限制
- ››Linux 误删/usr/bin 解决方法
- ››linux 添加新用户并赋予sudo执行权限
- ››linux常用软件安装方法
- ››Oracle分页查询排序数据重复问题
- ››Oracle创建dblink报错:ORA-01017、ORA-02063解决
- ››Linux的分区已经被你从Windows中删除,系统启动后...
- ››linux enable命令大全
- ››Linux实现基于Loopback的NVI(NAT Virtual Interfa...
更多精彩
赞助商链接