ORA-16004: backup database requires recovery -Standby database [message #376102] |
Tue, 16 December 2008 01:06 |
sanei05
Messages: 104 Registered: September 2008
|
Senior Member |
|
|
Guys,,
I am getting the below error when I try to open the standby database in read only mode.
its oracle 9i enterprise edition on windows
SQL> alter database open read only;
alter database open read only
*
ERROR at line 1:
ORA-01154: database busy. Open, close, mount, and dismount not allowed now
SQL> recover managed standby database cancel;
Media recovery complete.
SQL> alter database open read only;
alter database open read only
*
ERROR at line 1:
ORA-16004: backup database requires recovery
ORA-01152: file 1 was not restored from a sufficiently old backup
ORA-01110:
data file 'e:\oracle\oradata\standby\system_01_testdb2. dbf'
Can anyone help me out in this..
|
|
|
|
|
|