Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

V$FS_OBSERVER_HISTOGRAM

V$FS_OBSERVER_HISTOGRAM displays statistics that are based on the frequency of successful pings between the observer and primary database for different time intervals. These statistics can be used to select an appropriate value for the FastStartFailoverThreshold configuration property for your environment.

Column Datatype Description
WAIT_TIME NUMBER The time interval between a pair of successful observer pings (ping-pairs) to this instance. Note that the values in this column are the upper bound of the inter-ping interval samples represented by a given histogram bucket. If WAIT_TIME = number, then this column represents inter-ping intervals <= number that are not included in any smaller bucket.
WAIT_COUNT NUMBER The number of ping-pairs with an inter-ping interval that corresponds with this histogram bucket.
LAST_UPDATE_TIME VARCHAR2(20) The last time this row was updated

Note:

This view is available starting with Oracle Database 11g Release 2 (11.2.0.4).

See Also:

Oracle Data Guard Broker for more information about the FastStartFailoverThreshold configuration property