Open Standby Database Fails due to ORA-1110/ORA-1196/ORA-10458
(Doc ID 2047793.1)
Last updated on MARCH 04, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
"ALTER DATABASE OPEN" on Standby Database fails due to ORA-1110/ORA-1196/ORA-10458 after re-creating standby controlfile.
SQL> alter database open;
alter database open
*
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: '/<path>/<datafilename>.dbf'
alter database open
*
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: '/<path>/<datafilename>.dbf'
Changes
Problem happens with following conditions.
- Physical Standby Database
- Standby Database is terminated
- Standby Controlfile is re-created or restored from backup
- Try to Open Standby Database as READ ONLY mode
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |