[Home] [Help]
[Dependency Information]
| 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
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_OWNER
, RULE_NAME
, DESTINATION_QUEUE_NAME
FROM SYS.ALL_APPLY_ENQUEUE;
SYS
ALL_QUEUES
ALL_RULES
ANYDATA
DBA_APPLY_ENQUEUE
RE$NV_ARRAY
PUBLIC
ALL_APPLY_ENQUEUE
|
|
|
|