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: Not having 8i as a service

Re: Not having 8i as a service

From: Zhao <coolshare_at_yahoo.com>
Date: 11 Sep 2001 18:06:09 -0700
Message-ID: <56275549.0109111706.188719a3@posting.google.com>


Anurag, actually, what I am looking for is a command to launch the 8i. I can set all the services of 8i to manually started and launch it as need. Do I need any other services beside OracleServiceSID and OracleTNSListener?

Thanks

"Anurag Varma" <avdbi_at_nospam.hotmail.com> wrote in message news:<yYon7.1232$f7.311445_at_news02.optonline.net>...
> hmmm ... you seem to be lazier than i am :))
>
> You can even put the services startup and shutdown commands in a batch file
> and use it to startup or shutdown
> Make sure that the registry entry "ORACLE_SID_SHUTDOWN_TIMEOUT" = "60" in
> [HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE] to prevent a shutdown abort
>
> To startup: issue commands from a batch file:
> net start "OracleServiceSID" /y
> net start "OracleTNSListener"
> .... other services you want to stop
> => Replace above with appropriate service names
>
> To shutdown: issue commands from a batch file:
> net stop "OracleServiceSID"
> net stop "OracleTNSListener"
> ....
>
> Did I answer the question?
>
> Anurag
>
> "Zhao" <coolshare_at_yahoo.com> wrote in message
> news:56275549.0109102308.78aee4b5_at_posting.google.com...
> > Anurag, is there a better way to do it?
> > The way you suggested was the way I had been using before and it was
> > also the reason I post this question since there will be too many services
> > to turn on/off each time...
> >
> > Thanks
> >
Received on Tue Sep 11 2001 - 20:06:09 CDT

Original text of this message

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