[Home] [Help]
[Dependency Information]
| Object Name: | ALL_SYNC_CAPTURE |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Details about each sync capture process that stores the captured changes in a queue visible to the current user
| 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 |
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.ALL_SYNC_CAPTURE;
SYS
ALL_QUEUES
ALL_RULE_SETS
DBA_SYNC_CAPTURE
PUBLIC
ALL_SYNC_CAPTURE
SYS
_ALL_STREAMS_PROCESSES
|
|
|
|