Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Manually starting database on Windows
Dex,
You have to start the service with "net start OracleServer".
But you can then use sqlplus to shutdown and restart with whatever pfile you want to. The service has to be running to start the database.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of J. Dex
Sent: Tuesday, August 29, 2006 2:57 PM
To: oracle-l_at_freelists.org
Subject: Manually starting database on Windows
On Windows 2003, how can you manually connect to the database and then
start
a database using a new pfile? I am used to UNIX and just being able to
login to sqlplus as sysdba but that doesn't work on Windows. If
everything
isn't first started via "net start OracleService<SID>", then I am
getting
listener errors when just trying to connect to the database.
Everything
was stopped using net stop OracleService<SID>. This is a situation
where I
don't want the database to come back up again using old parameters.
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Aug 29 2006 - 14:04:46 CDT
![]() |
![]() |