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


VIEW: SYS.ALL_APPLY_ENQUEUE

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

Details about the apply enqueue action for user accessible rules where the destination queue exists and is visible to the user

[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.ALL_APPLY_ENQUEUE;

Dependencies

[top of page]

SYS.ALL_APPLY_ENQUEUE references the following:

SchemaSYS
ViewALL_QUEUES
ViewALL_RULES
TYPEANYDATA
ViewDBA_APPLY_ENQUEUE
TYPERE$NV_ARRAY
SYS.ALL_APPLY_ENQUEUE is referenced by following:

SchemaPUBLIC
SynonymALL_APPLY_ENQUEUE