try startup nomount.
query status in v$instance.
check processes exist.
then alter database mount
query v$database
then alter database open.
try to connect
If Oracle tells you that the instance has started and the database is mounted and open, it must be. If it is not then you may need to contact Oracle Support.




Reply With Quote