Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle8 question for Linux gurus
the location of init
level 0 - /etc/rc.d/rc0.d
level 3 - /etc/rc.d/rc3.d
I prefer to put startup script in rc3.d or rc5.d in
Linux.
rc3 is multi user and rc5 is with xdm.
in RedHat, an empty file is created under /var/lock/subsys/<rcfile> to indicate that the particular daemon is up.
you might want to modify your dbstartup script to
touch /var/lock/subsys/dbstartup
and rm -f /var/lock/subsys/dbstart when shutdown.
regards,
bongkf
![]() |
![]() |