ORA-16009: remote archive log destination must be a STANDBY database

ORA-16009:

remote archive log destination must be a STANDBY database
Cause: The database associated with the archive log destination service name is other than the required STANDBY type database. Remote archival of redo log files is not allowed to non-STANDBY database instances.
Action:

Take the necessary steps to create the required compatible STANDBY database before retrying the ARCHIVE LOG processing.

 

使用VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)可以避免16009,另外也有可能是bug导致16009

bug  4676659

你可能感兴趣的:(Oracle,Data,Guard)