Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
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
View PDF

V$REPLQUEUE

V$REPLQUEUE displays statistics about the replication deferred transactions queue. All values are stored since the start of the current database instance.

Column Datatype Description
TXNS_ENQUEUED NUMBER Number of transactions enqueued in the deferred transactions queue
CALLS_ENQUEUED NUMBER Number of calls enqueued into the deferred transactions queue
TXNS_PURGED NUMBER Number of transactions purged from the deferred transactions queue
LAST_ENQUEUE_TIME DATE Date when the last transaction was enqueued into the deferred transaction queue (null if no transactions have been enqueued into the deferred transaction queue since the instance started)
LAST_PURGE_TIME DATE Date when the last transaction was purged from the deferred transaction queue (null if no transactions have been purged from the deferred transaction queue since the instance started)