Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-02 |
|
|
View PDF |
ALL_APPLY_ENQUEUE
displays information about the apply enqueue actions for the rules where the destination queue exists and is accessible to the current user.
Related View
DBA_APPLY_ENQUEUE
displays information about the apply enqueue actions for all rules in the database.
Column | Datatype | NULL | Description |
---|---|---|---|
RULE_OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the rule |
RULE_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the rule |
DESTINATION_QUEUE_NAME |
VARCHAR2(4000) |
Name of the queue where events satisfying the rule will be enqueued |
See Also:
"DBA_APPLY_ENQUEUE"