skip to main |
skip to sidebar
Database restart on HOST reboot
Create a script to stop/start the database
Execute these as ROOT.
cp {script to stop/start the database to} /etc/init.d/oracle
chmod 755 /etc/init.d/oracle
ln –s /etc/init.d/oracle /etc/rc0.d/K05oracle
ln –s /etc/init.d/oracle /etc/rc3.d/S90oracle
No comments:
Post a Comment