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: Avoiding oracle automatic startup

Re: Avoiding oracle automatic startup

From: Ted McCabe <theom_at_gte.net>
Date: Thu, 16 Jan 2003 01:28:31 GMT
Message-ID: <3VnV9.1104$_T6.735@nwrddc01.gnilink.net>


Anna:

    You must start the instance yourself. All other NT processes should already be running.
Open command prompt:

--
SET ORACLE_SID=xxx
SQLPLUS /NOLOG
connect sys/xxxx as sysdba
startup
--
To shut down do the same but use shutdown.
    Other responses should work too, just a matter of preferences.
HTH
tED
"Anna" <mail_at_pallina.ch> wrote in message news:b02cc4$13ou$1_at_news.imp.ch...

> Thanks Ted!
>
> In order to start it then, do I just open SQL Plus and this automatically
> starts everything I need, or do I need to do something else?
>
> Anna
>
>
> "Ted McCabe" <theom_at_gte.net> wrote in message
> news:8m2V9.29214$%V.14205_at_nwrddc02.gnilink.net...
> > In the registry:
> > HKEY_LOCAL_MACHINE
> > SOFTWARE
> > ORACLE
> > HOME0
> > ORA_xxx_AUTOSTART=FALSE
> > HTH
> > tED
>
>
>
Received on Wed Jan 15 2003 - 19:28:31 CST

Original text of this message

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