ORA-10458: standby database requires recovery in oracle 11g
Hi,
I am facing the below problem during opening my standby database.
I have a primary of 2 node rac database and also 2 node standby rac database
SQL> alter database open read only;
alter database open read only
*
ERROR at line 1:
ORA-10458: standby database requires recovery
ORA-01196: file 1 is inconsistent due to a failed media recovery session
ORA-01110: data file 1: '+DATA/stby11g/datafile/system.258.937841323'
Can anyone help me with any idea?