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


VIEW: SYS.ALL_SYNC_CAPTURE_PREPARED_TABS

Object Details
Object Name: ALL_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.ALL_SYNC_CAPTURE_PREPARED_TABS;

Dependencies

[top of page]

SYS.ALL_SYNC_CAPTURE_PREPARED_TABS references the following:

SchemaSYS
ViewALL_TABLES
ViewDBA_SYNC_CAPTURE_PREPARED_TABS
SYS.ALL_SYNC_CAPTURE_PREPARED_TABS is referenced by following:

SchemaPUBLIC
SynonymALL_SYNC_CAPTURE_PREPARED_TABS
SchemaSYS
Package BodyDBMS_STREAMS_DATAPUMP - show dependent code