How to resolve ORA-16700 for stand by database and ORA-16629 for the primary database
edited Aug 5, 2010 7:20PM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 3 commentsAnswered
Hello,
Oracle Database version: 11g R1
We have following test data guard environment:
ORATST - Primary Database
ORAPSD - Physical Standby Database
When I perform following command it returns ORA-16700 for stand by database and ORA-16629 for the primary database.
DGMGRL> connect sys/pwd@ORATST
DGMGRL> show database 'ORAPSD' 'STATUSREPORT'
DGMGRL> show database 'ORATST' 'STATUSREPORT'
I could not find solution for this errors. Can anyone please help me to resolve this issue. It is little urgent.
The description of ORA-16700
Re-create the standby database from the primary database or flash back the standby database to the same point the primary database had been flashed back to.
0