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 -> Re: dbstart, dbstop

Re: dbstart, dbstop

From: Leonard F Clark <lfc_at_zoom.co.uk>
Date: Sat, 23 Jun 2001 21:14:22 GMT
Message-ID: <3b3505d9.35388956@125.0.0.1>

The dbstart and dbstop scripts are in ${ORACLE_HOME}/bin.

I found for Solaris 7 that the root scripts didn't create the init script and you will have to make one. I put S98dbinit in rc2.d which assumes a single parameter that will either be start or stop. Call the dbstart or stop in each. I also put the listener start and stop in here and made sure they were clearly logged.

The oratab is in /var/opt/oracle (or something like that - this is from memory). (You could try a find on oratab.)

Len

>For oracle8i where are the dbstart scripts specified in
>/var/opt/oracle/oratab file for automatic database startup at boot up time.
>Is there any file like oratab for 7.3.4 too.
>I have been putting my own scripts in the /etc/rc.. directories for
>shuttting down and bringing up instances for server reboots.
>I am running Solaris 6,7 and 8.
>
>--
>Ravi Alluru
>IS Consultant
>On Site: Geoquest-Schlumberger
>Cquay
>PH (403) 298-4805
>mailto:ralluru_at_cquay.com
>
>
Received on Sat Jun 23 2001 - 16:14:22 CDT

Original text of this message

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