My standby is complaining that I am using wrong control file
edited Nov 11, 2013 6:13AM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 5 commentsAnswered
DB version : 11.2.0.2
OS : Red hat 5.5
2 days back we converted the standby database to snapshot standby
ALTER DATABASE CONVERT TO SNAPSHOT STANDBY;
Later we are trying to switch it back to physical standby like before, but we are not able to convert.
we hit with a corruption in the SDC, it is know issue we are fixing that with the help of OSS.
ALTER DATABASE CONVERT TO PHYSICAL STANDBY;
Since we hit with corruption we thought of using the storage snapshot which was taken few days ealrier in SDC and build the standby so that the log gap will cacth up.
0