Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Auto startup in HP-UX

automanJun 29 2004 — edited Apr 27 2007
Oracle 9.2.0.4 on HP-UX 11.23

I have adjusted the /etc/oratab file, adding my SID and the "Y" to autostart my database and autoshutdown.

I created the script /sbin/init.d/dbora

I have created the links:

/sbin/rc0.d/K10dbora -> /sbin/init.d/dbora
/sbin/rc3.d/S99dbora -> /sbin/init.d/dbora

If I run manually the sbin/init.d/dbora script with the parameteres 'start' or 'stop' the scripts works well, but it does not work automatically when te server starts or shutdown.

What could be the problem?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 25 2007
Added on Jun 29 2004
6 comments
1,586 views