[Home] [Help]
[Dependency Information]
| Object Name: | DBA_APPLY_SPILL_TXN |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Streams apply spilled transactions info
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLY_NAME | VARCHAR2 | (128) | Yes | Name of the apply that spilled the message |
| XIDUSN | NUMBER | Yes | Transaction ID undo segment number | |
| XIDSLT | NUMBER | Yes | Transaction ID slot number | |
| XIDSQN | NUMBER | Yes | Transaction ID sequence number | |
| FIRST_SCN | NUMBER | Yes | SCN of first message in this transaction | |
| MESSAGE_COUNT | NUMBER | Number of messages spilled for this transaction | ||
| FIRST_MESSAGE_CREATE_TIME | DATE | Source creation time of the first message in this transaction | ||
| SPILL_CREATION_TIME | DATE | Time first message was spilled | ||
| FIRST_POSITION | RAW | (64) | Position of first message in this transaction | |
| TRANSACTION_ID | VARCHAR2 | (128) | Transaction ID of the spilled transaction |
Cut, paste (and edit) the following text to query this object:
SELECT APPLY_NAME
, XIDUSN
, XIDSLT
, XIDSQN
, FIRST_SCN
, MESSAGE_COUNT
, FIRST_MESSAGE_CREATE_TIME
, SPILL_CREATION_TIME
, FIRST_POSITION
, TRANSACTION_ID
FROM SYS.DBA_APPLY_SPILL_TXN;
SYS
_DBA_APPLY_SPILL_TXN
PUBLIC
DBA_APPLY_SPILL_TXN
SYS
ALL_APPLY_SPILL_TXN
DBMS_STREAMS_AUTO_INT
- show dependent code
|
|
|
|