8.251 V$FS_FAILOVER_STATS
V$FS_FAILOVER_STATS
displays statistics about fast-start failovers occurring on the system.
Column | Datatype | Description |
---|---|---|
|
|
Timestamp of the last fast-start failover |
|
|
Reason for the last fast-start failover |
|
|
The ID of the container to which the data pertains. Possible values include:
|
Note:
This view is deprecated in Oracle Database 23ai. Oracle recommends that you instead use the V$DG_BROKER_ROLE_CHANGE
view. V$FS_FAILOVER_STATS
displays one row with limited information about the most recent fast-start failover. The data is available in the primary database only, and is not persisted across database restarts. V$DG_BROKER_ROLE_CHANGE
contains detailed information about the ten most recent role changes, including switchover, failover, and reinstate, across the Data Guard broker configuration, and provides richer information than V$FS_FAILOVER_STATS
. See "V$DG_BROKER_ROLE_CHANGE" for more information.