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


VIEW: SYS.DBA_SYNC_CAPTURE_PREPARED_TABS

Object Details
Object Name: DBA_SYNC_CAPTURE_PREPARED_TABS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All tables prepared for synchronous capture instantiation

[View Source]

Columns
Name Datatype Length Mandatory Comments
TABLE_OWNER VARCHAR2 (128) Yes Owner of the table prepared for synchronous capture instantiation
TABLE_NAME VARCHAR2 (128) Yes Name of the table prepared for synchronous capture instantiation
SCN NUMBER
Yes SCN from which changes can be captured
TIMESTAMP DATE

Time at which the table was ready to be instantiated
Query Text

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


SELECT TABLE_OWNER
,      TABLE_NAME
,      SCN
,      TIMESTAMP
FROM SYS.DBA_SYNC_CAPTURE_PREPARED_TABS;

Dependencies

[top of page]

SYS.DBA_SYNC_CAPTURE_PREPARED_TABS references the following:

SchemaSYS
TableOBJ$
TableSTREAMS$_PREPARE_OBJECT
TableUSER$
SYS.DBA_SYNC_CAPTURE_PREPARED_TABS is referenced by following:

SchemaPUBLIC
SynonymDBA_SYNC_CAPTURE_PREPARED_TABS
SchemaSYS
ViewALL_SYNC_CAPTURE_PREPARED_TABS
Package BodyDBMS_LOGREP_EXP - show dependent code
Package BodyDBMS_STREAMS_ADM_IVK - show dependent code
Package BodyDBMS_STREAMS_DATAPUMP - show dependent code