Skip Headers

Oracle® Database Advanced Replication Management API Reference
10g Release 1 (10.1)

Part Number B10733-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
Feedback

Go to previous page
Previous
Go to current chapter
Up
Go to next page
Next
View PDF

V$REPLQUEUE

Contains 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.