Archive for November, 2008

Automate Oracle 9i STARTUP and SHUTDOWN

Last night, I configure Oracle 9i running on RHEL4 to automatically startup and shutdown its Listener and database instance during OS startup and OS shutdown. Steps: 1. Configure the oratab under /etc/oratab ORCL:/u01/app/oracle/product/9.2.0:Y 2. Create script file named dbora file under /etc/init.d folder ORA_HOME must point correctly to the ORACLE_HOME directory, to be safe copy the output of [...]

More »