How to Start Oracle Database automatically in Solaris
Printable View
How to Start Oracle Database automatically in Solaris
If you have access to metalink (metalink.oracle.com), do a search on AUTOMATIC STARTUP AND SHUTDOWN OF ORACLE DATABASE.
regards,
Prince.
Oracle provide autostart/shut files :
$ORACLE_HOME/bin/dbstart
$ORACLE_HOME/bin/dbshut
Create a dbora file in /etc/init.d to call dbstart and dbshut files. then make a soft link to /etc/rc0.d/.. and /etc/rc2.d/..
Hey can u tell in detail please
if u can give me the script it would be great
Thanks in advance
Ravi
Thats all the details xyz gave you.
dbstart & dbshut are oracle provided scripts, you can find 'em in $O_H/bin. you call these scripts from unix box initialization scripts
/etc/rc0.d/.. and
/etc/rc2.d/..
During the unix system stratup/shutdown automatically this scripts will be invoked.