orcl:/u01/app/oracle/product/10.2.0/db_1:Y 参考了其他一些文档,启动脚本如下:#!bin/bash#start and stop the Oracle Instance#chkconfig:345 91 19#description:Starts the Oracle listener and instance./etc/rc.d/init.d/functions ...
[root@oracle init.d]#vim oracle#!bin/sh#chkconfig:35 80 10#description:Oracle auto start-stop script.#Set ORA_HOME to be equivalent to the$ORACLE_HOME#from which you wish to execute dbstart and dbshut;Set ORA_OWNER to the ...