| ora-1089 immediate shutdown in progress [message #61895] |
Wed, 09 June 2004 00:02  |
ramya
Messages: 87 Registered: August 2002
|
Member |
|
|
hi i am
using oracle 7.3 when i am trying to connect svrmgrl i am able to connect and able to startup and shutdown
but when i am trying to connect system i am getting
these error
ora-1089 immediate shutdown in progres
how to resolve it
what the differene between svrmgr and system
with regards
ramya
|
|
|
|
| Re: ora-1089 immediate shutdown in progress [message #61903 is a reply to message #61895] |
Wed, 09 June 2004 03:48  |
orafan
Messages: 8 Registered: December 2001
|
Junior Member |
|
|
If I am not wrong, someone has issued "SHUTDOWN IMMEDIATE" and therfore when you are connecting via SYSTEM you get that error.
Do this to solve your problem:
svrmgrl
SVRMGRL> CONNECT INTERNAL
SVRMGRL> SHUTDOWN IMMEDIATE
SVRMGRL> STARTUP
Now try to connect via SYSTEM and you should be able to.
Regards,
OraFan.
|
|
|
|