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


VIEW: SYS.DBA_APPLY_ENQUEUE

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

Details about the apply enqueue action

[View Source]

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

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


SELECT RULE_OWNER
,      RULE_NAME
,      DESTINATION_QUEUE_NAME
FROM SYS.DBA_APPLY_ENQUEUE;

Dependencies

[top of page]

SYS.DBA_APPLY_ENQUEUE references the following:

SchemaSYS
TYPEANYDATA
ViewDBA_RULES
TYPERE$NV_ARRAY
SYS.DBA_APPLY_ENQUEUE is referenced by following:

SchemaPUBLIC
SynonymDBA_APPLY_ENQUEUE
SchemaSYS
ViewALL_APPLY_ENQUEUE