Subscribe to get access
Read more of this content when you subscribe today.
Read more of this content when you subscribe today.
Read more of this content when you subscribe today.
In Data Guard, for some reason, standby database rule are incorrectly shown as primary database, while primary database shows as standby rule.
DGMGRL> show configuration;
Configuration - TESTDB
Protection Mode: MaxPerformance
Databases:
TESTDBSTY - Primary database
Error: ORA-16810: multiple errors or warnings detected
for the database
TESTDB - Physical standby database
Error: ORA-16810: multiple errors or warnings detected
for the database
Fast-Start Failover: DISABLED
Configuration Status:
ERROR
DGMGRL> show database "TESTDBSTY";
Database - TESTDBSTY
Role: PRIMARY
Intended State: TRANSPORT-ON
Instance(s): TESTDBSTY
Error: ORA-16782: instance not open for read and write access
Database Error(s):
ORA-16816: incorrect database role
Database Status:
ERROR
How to fix it ?
Read more of this content when you subscribe today.
While run RMAN “duplicate target database for standby from active database nofilenamecheck” in 11g database, then got below errors:
... .. . set newname for datafile 3 to "/u02/oradata/TESTDBSTY/undotbs01.dbf"; ... .. . channel ORA_DISK_1: starting datafile copy input datafile file number=00003 name=/u02/oradata/TESTDB/undotbs01.dbf RMAN-03009: failure of backup command on ORA_DISK_1 channel at 01/15/2019 15:53:17 ORA-17628: Oracle error 19505 returned by remote Oracle server continuing other job steps, job failed will not be re-run ... .. .
Read more of this content when you subscribe today.