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


VIEW: SYS.DBA_SYNC_CAPTURE

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

Details about the sync capture process

[View Source]

Columns
Name Datatype Length Mandatory Comments
CAPTURE_NAME VARCHAR2 (128) Yes Name of the capture process
QUEUE_NAME VARCHAR2 (128) Yes Name of queue used for holding captured changes
QUEUE_OWNER VARCHAR2 (128) Yes Owner of the queue used for holding captured changes
RULE_SET_NAME VARCHAR2 (128)
Rule set used by capture process for filtering
RULE_SET_OWNER VARCHAR2 (128)
Owner of the rule set
CAPTURE_USER VARCHAR2 (128)
Current user who is enqueuing captured messages
Query Text

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


SELECT CAPTURE_NAME
,      QUEUE_NAME
,      QUEUE_OWNER
,      RULE_SET_NAME
,      RULE_SET_OWNER
,      CAPTURE_USER
FROM SYS.DBA_SYNC_CAPTURE;

Dependencies

[top of page]

SYS.DBA_SYNC_CAPTURE references the following:

SchemaSYS
TableUSER$
View_DBA_CAPTURE
SYS.DBA_SYNC_CAPTURE is referenced by following:

SchemaPUBLIC
SynonymDBA_SYNC_CAPTURE
SchemaSYS
ViewALL_SYNC_CAPTURE
Package BodyDBMS_STREAMS_ADM_IVK - show dependent code