Hello All,
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit. I am having a problem starting a database. during mount database throws an error:
SQL> alter database mount;
alter database mount
*
ERROR at line 1:
ORA-48210: Relation Not Found
In the alertlog, I found the following information:
MMNL started with pid=16, OS id=3385
Thu Jul 02 15:08:10 2015
ALTER DATABASE MOUNT
Successful mount of redo thread 1, with mount id 1411773914
Database mounted in Exclusive Mode
Lost write protection disabled
ORA-48210 signalled during: ALTER DATABASE MOUNT...
SQL> select status from v$instance;
STATUS
------------
MOUNTED
SQL> select open_mode from v$database;
OPEN_MODE
--------------------
MOUNTED
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01507: database not mounted
Kind Regards,
SM