database corruption on 9i [message #52405] |
Fri, 19 July 2002 04:14 |
Nirmal
Messages: 39 Registered: November 2000
|
Member |
|
|
My database is not opening.
In Sql error message is " oracle initialization or shutdown in progress"
My database is mounting but not opening.
|
|
|
|
Re: database corruption on 9i [message #52419 is a reply to message #52405] |
Fri, 19 July 2002 15:20 |
ctg
Messages: 146 Registered: July 2002
|
Senior Member |
|
|
make sure you are connect "AS SYSDBA" (ex: connect sys/oracle as sysdba). Once you get connected, Select instance_name, status from V$instance; to find out what mode you are in. Then try and get the db open to see why it is not opening.
|
|
|
|