V$LOGSTDBY_TRANSACTION
displays all transactions that are actively being processed by SQL Apply. The transaction identifiers shown in this view are those mined from the redo stream and correspond to transaction identifiers assigned at the primary database, and do not correspond to the transactions that are active at the logical standby database. For information regarding transactions active in the logical standby database, including those created as part of SQL Apply, query the V$TRANSACTION
view at the logical standby database.
Column | Datatype | Description |
---|---|---|
PRIMARY_XIDUSN |
NUMBER |
Undo segment number of the transaction |
PRIMARY_XIDSLT |
NUMBER |
Slot number of the transaction |
PRIMARY_XIDSQN |
NUMBER |
Sequence number of the transaction |
PRIMARY_XID |
RAW(8) |
Transaction ID |
PRIMARY_START_SCN |
NUMBER |
Start system change number (SCN) base |
PRIMARY_START_TIME |
DATE |
Start time |
PRIMARY_PARENT_XIDUSN |
NUMBER |
Undo segment number of the parent transaction |
PRIMARY_PARENT_XIDSLT |
NUMBER |
Slot number of the parent transaction |
PRIMARY_PARENT_XIDSQN |
NUMBER |
Sequence number of the parent transaction |
PRIMARY_PARENT_XID |
RAW(8) |
Transaction ID of the parent transaction (PDML) |
TYPE |
VARCHAR2(32) |
Type:
|
MINING_STATUS |
VARCHAR2(32) |
Mining status:
|
APPLY_STATUS |
VARCHAR2(6) |
|
SID |
NUMBER |
Session ID of the apply server's session; Null if APPLY_STATUS is NONE |
SERIAL# |
NUMBER |
Serial number of the apply server's session; Null if APPLY_STATUS is NONE |