HomeOracleOracle Error ORA-16723: setting AlternateLocation property conflicts with the redo transport setting

Oracle Error ORA-16723: setting AlternateLocation property conflicts with the redo transport setting

Oracle Error Message

ORA-16723: setting AlternateLocation property conflicts with the redo transport setting

Reason for the Error

The standby database was not using standby redo logs, and the redo transport service to the standby database is set to a nonzero value for the ReopenSecs property and a value of zero for the MaxFailure property. In this case, the redo transport service will attempt to send redo data to the standby database indefinitely and never switch to the alternate destination.

Solution

Any one of the following actions will solve the problem:

– add standby redo logs to the standby database.

– set ReopenSecs property to zero.

– set MaxFailure property to a nonzero value. After performing one of the above actions, reset the standby database AlternateLocation property.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...