The following describes how to automatically launch Oracle when booting, build DBORA #! / Bin / show_home = / u01 / app / oracle / product / 8.1.7ora_owner = Oracleif [! -F $ ora_home / bin / dbstart ] Thenecho "Oracle Startup: Cannot Start" EXITFI CASE "$ 1" in'Start ') # start Oracle Database and Net8 Listenersu - $ Ora_owner -c "$ ORA_HOME / BIN / DBSTART" & SU - $ ORA_OWNER -C "$ ORA_HOME / BIN / lsnrctl start "& qu - $ ora_owner -c" ora_home / apache / apache / bin / apachectl start "& ;; 'stop') # 帖子 d Database and Net8 listenersu - $ ora_owner -c" $ ora_home / bin / dbshut "& SU $ Ora_owner -c "$ ora_home / bin / lsnrctl stop" & qu - $ ora_owner -c "ora_home / apache / apache / bin / apachectl stop" & ;; ESAC then makes a connection ln -s /etc/init.d/ DBORA / Etc/rc2.d/s99dboraln -s /etc/init.d/dbora /etc/rc0.d/k10dbora Open / VAR / OPT / ORACLE / ORATAB to change n to YorCl: / U01 / App / Oracle / Product /8.1.7:Y