Once Restore has completed, i have tried to open the database with RESETLOGS option. But end with the below error, So thought of sharing this little information.
##########################
# Errors
##########################
ORA-38856 signalled during: alter database open resetlogs...
ORA-38856: cannot mark instance UNNAMED_INSTANCE_2 (redo thread 2) as enabled
# Command Used
##########################
Alter Database open ResetLogs;
##########################
# Informations
##########################
This seems to be Bug 4355382 and its expected while doing RAC Restore/Recovery.
##########################
# Solution ##########################
##########################
ADD _no_recovery_through_resetlogs Parameter and set it to TRUE.
I have added _no_recovery_through_resetlogs=TRUE parameter to our PFILE and brought up the database to Mount Stage.
Now opened the database with RESETLOGS options and it worked.
This parameter tells oracle not to do any recovery while doing this resetlogs operation.
No comments:
Post a Comment