ORA - 01033 [message #62953] |
Fri, 27 August 2004 20:57 |
Avra
Messages: 65 Registered: July 2004
|
Member |
|
|
Hi..I'm using Oracle8i 8.1.5 in Win2000 prof.... I've created two databases named Oracle8i and Oranew... When I am trying to connect with Oracle8i database, suddenly it starts giving me the following message... Pls help me to solve this.......
ORA -01033: Oracle initialization or shutdown in progress
I've tried to stop and restart the service from control panel - service manager.... The status of the service is started.... I'm able to cooent with Oranew database but unable for Oracle8i database.....Pls help....
Thanks.....
|
|
|
Re: ORA - 01033 [message #62955 is a reply to message #62953] |
Fri, 27 August 2004 21:30 |
Balaji
Messages: 102 Registered: October 2000
|
Senior Member |
|
|
Hi Arva ,
In the dos prompt invoke svrmgr by typing this
E> svrmgrl
you ll get a prompt like this
SVRMGR>connect internal;
SVRMGR> shutdown immediate;
this will shut down the running instance .in thi case it is ora8i
now exit from this
SVRMGR> exit;
E>svrmgrl
SVRMGR>connect internal@oranew;
SVRMGR>shutdown immediate
SVRMGR>startup
i think this will work
also see the status in LSNRCTL
i think this might work
with best wishes
balaji
|
|
|