Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> autostarting , shutting oracle 7.3.2.2 on hpux 10.20

autostarting , shutting oracle 7.3.2.2 on hpux 10.20

From: john kelly <johnt.kelly_at_worldnet.att.net>
Date: Wed, 12 May 1999 01:53:17 GMT
Message-ID: <3738dd4d.617928@netnews.worldnet.att.net>


I'm a little confused. I want to have oracle start and shut down when the system start or shuts, and following the directions in the installation guide (7.3.2.2) it states to create a file called oracle in the /sbin/init.d and include the commands: su oracle -c $ORACLE_HOME/dbastart and su oracle -c $ORACLE_HOME/dbastop
This file gets called by either links
/sbin/rc1.d/K100oracle -> /sbin/init.d/oracle
or
/sbin/rc2.d/S990oracle -> /sbin/init.d/oracle

which passes either 'STOP' or 'START' to the command procedure????? If so, I need to write a script that checks for these options and called either dbastart or dbastop. Is this correct. Isn't there an oracle supplied script that I should use for /sbin/init.d/oracle ?? Am I missing something?
Thanks for your help.

	Regards,
	John
Received on Tue May 11 1999 - 20:53:17 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US