Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-02 |
|
|
View PDF |
ALL_APPLY_EXECUTE
displays information about the apply execute actions for the rules visible to the current user.
Related View
DBA_APPLY_EXECUTE
displays information about the apply execute 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 |
EXECUTE_EVENT |
VARCHAR2(2) |
Whether the event satisfying the rule is executed |
See Also:
"DBA_APPLY_EXECUTE"