DBA Data[Home] [Help] [Dependency Information]


TABLE: SYS.STREAMS$_APPLY_PROGRESS

Object Details
Object Name: STREAMS$_APPLY_PROGRESS
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 0
PCT Used:
Columns
Name Datatype Length Mandatory Comments
APPLY# NUMBER

SOURCE_DB_NAME VARCHAR2 (128)
XIDUSN NUMBER

XIDSLT NUMBER

XIDSQN NUMBER

COMMIT_SCN NUMBER

SPARE1 NUMBER

COMMIT_POSITION RAW (64)
TRANSACTION_ID VARCHAR2 (128)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT APPLY#
,      SOURCE_DB_NAME
,      XIDUSN
,      XIDSLT
,      XIDSQN
,      COMMIT_SCN
,      SPARE1
,      COMMIT_POSITION
,      TRANSACTION_ID
FROM SYS.STREAMS$_APPLY_PROGRESS;

Dependencies

[top of page]

SYS.STREAMS$_APPLY_PROGRESS does not reference any database object

SYS.STREAMS$_APPLY_PROGRESS is referenced by following:

SchemaSYS
Package BodyDBMS_APPLY_ADM_INTERNAL - show dependent code
Package BodyDBMS_LOGREP_IMP_INTERNAL - show dependent code
Package BodyDBMS_STREAMS_ADM_IVK - show dependent code
View_DBA_APPLY_PROGRESS