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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: automate the startup.....

RE: automate the startup.....

From: Diego Cutrone <dcutrone_at_afip.gov.ar>
Date: Mon, 14 Aug 2000 14:46:42 -0300
Message-Id: <10589.114516@fatcity.com>


Hi

If you're under Solaris (for example) you can go to /etc/rcX.d (where X is the unix run level)
and include a new "S99ora" file.
Something like this:

                S99ora:
                        su - oracle -c "script to startup the instance"

This will startup Oracle instance when the box is bounced

-----Mensaje original-----
De: SRINIVAS.M <srini_at_cs.iitm.ernet.in>
Para: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Fecha: Lunes 14 de Agosto de 2000 2:17 PM Asunto: automate the startup.....

>hi list
> i want to automatically start svrmgrl when the system is rebooted.
>i.e. i don't want to do
>svrmgrl
>svrmgrl> connect internal
>connected.
>svrmgrl> startup
>blah...
>blah...
>....
>svrmgrl> exit
>how can i do??????????????
>and how to automatically start lsnrctl when the system is rebooted?.
>
>srinivas
>
>--
>A "No" uttered from deepest conviction is better and greater than a
>"Yes" merely uttered to please, or what is worse, to avoid trouble.
> -- Mahatma Ghandi
>
>
>--
>Author: SRINIVAS.M
> INET: srini_at_cs.iitm.ernet.in
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).
Received on Mon Aug 14 2000 - 12:46:42 CDT

Original text of this message

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