DFO_NUMBER
|
NUMBER
|
The data flow operator (DFO) tree number to differentiate queries
|
TQ_ID
|
NUMBER
|
The table queue ID within the query, which represents the connection between two DFO nodes in the query execution tree
|
SERVER_TYPE
|
VARCHAR2(10)
|
The role in table queue - producer/consumer/ranger
|
NUM_ROWS
|
NUMBER
|
The number of rows produced/consumed
|
BYTES
|
NUMBER
|
The number of bytes produced/consumed
|
OPEN_TIME
|
NUMBER
|
Time (seconds) the table queue remained open
|
AVG_LATENCY
|
NUMBER
|
Time (minutes) for a message to be dequeued after it enters the queue
|
WAITS
|
NUMBER
|
The number of waits encountered during dequeue
|
TIMEOUTS
|
NUMBER
|
The number of timeouts when waiting for a message
|
PROCESS
|
VARCHAR2(10)
|
Process ID
|
INSTANCE
|
NUMBER
|
Instance ID
|