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: Manually starting up oracle service on windows

Re: Manually starting up oracle service on windows

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Fri, 21 Oct 2005 21:55:23 +0800
Message-ID: <4358F34B.2F90@yahoo.com>


anish wrote:
>
> I am trying to startup the oracle service in windows manully .Is that
> possible using 'sqlplus /nolog' by connecting as 'conn / as sysdba' and
> issuing the 'startup' command.When i am trying to do that system is
> unable to detect the listener for the service.Is there any way for
> starting an oracle service manually from command prompt in windows.

net start <service>

or

oradim -startup -sid <sid>

for the database, and

lsnrctl start <listener>

for the listener

-- 
Connor McDonald
Co-author: "Mastering Oracle PL/SQL - Practical Solutions"
Co-author: "Oracle Insight - Tales of the OakTable"

web: http://www.oracledba.co.uk
web: http://www.oaktable.net
email: connor_mcdonald_at_yahoo.com


"Semper in excremento, sole profundum qui variat."

------------------------------------------------------------
Received on Fri Oct 21 2005 - 08:55:23 CDT

Original text of this message

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