ORA-16693: requirements not met for enabling fast-start failover
Cause:
The attempt to enable fast-start failover could not be completed because one or more requirements were not met:
- The data Guard configuration must be in either MaxAvailability or MaxPerformance protection mode.
- The LogXptMode property for both The primary database and The fast-start failover target standby database must be set to either SYNC or FASTSYNC If The configuration protection mode is set to MaxAvailability mode.
- The LogXptMode property for both The primary database and The fast-start failover target standby database must be set to ASYNC If The configuration protection mode is set to MaxPerformance mode.
- The primary database and The fast-start failover target standby database must both have flashback enabled.
- no valid target standby database was specified in The primary database FastStartFailoverTarget property prior to The attempt to enable fast-start failover, and more than one standby database exists in The data Guard configuration.
- fast-start failover target standby database did not receive redo data directly from The primary database when The protection mode was set to maximum performance mode.
- The primary database has multiple routes to The fast-start failover target standby database.
Action:
Retry the command after correcting the issue:
- set The data Guard configuration to either MaxAvailability or MaxPerformance protection mode.
- Ensure that The LogXptMode property for both The primary database and The fast-start failover target standby database are set to either SYNC or FASTSYNC If The configuration protection mode is set to MaxAvailability.
- Ensure that The LogXptMode property for both The primary database and The fast-start failover target standby database are set to ASYNC If The
configuration protection mode is set to MaxPerformance.
- Ensure that both The primary database and The fast-start failover target standby database have flashback enabled.
- set The primary database FastStartFailoverTarget property to The DB_UNIQUE_NAME value of The desired target standby database and set The desired target standby database FastStartFailoverTarget property to The DB_UNIQUE_NAME value of The primary database.
- Ensure The RedoRoutes property of The primary includes The name of The fast-start failover target standby database when The protection mode is set to maximum performance mode.
- Ensure The RedoRoutes property of The primary database has only one route to The fast-start failover target standby database.
No comments:
Post a Comment
Thanks for your comment.