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


VIEW: SYS.CDB_APPLY_ENQUEUE

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

Details about the apply enqueue action in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
RULE_OWNER VARCHAR2 (30) Yes Owner of the rule
RULE_NAME VARCHAR2 (30) Yes Name of the rule
DESTINATION_QUEUE_NAME VARCHAR2 (4000)
Name of the queue where events satisfying the rule will be enqueued
CON_ID NUMBER

container id
Query Text

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


SELECT RULE_OWNER
,      RULE_NAME
,      DESTINATION_QUEUE_NAME
,      CON_ID
FROM SYS.CDB_APPLY_ENQUEUE;

Dependencies

[top of page]

SYS.CDB_APPLY_ENQUEUE does not reference any database object

SYS.CDB_APPLY_ENQUEUE is referenced by following:

SchemaPUBLIC
SynonymCDB_APPLY_ENQUEUE