Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Manually starting up oracle service on windows
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
![]() |
![]() |