3.35 ALL_SCHEDULER_CHAIN_RULES
ALL_SCHEDULER_CHAIN_RULES
displays information about the rules for the chains accessible to the current user (that is, those chains that the user has ALTER
or EXECUTE
privileges for).
Related Views
-
DBA_SCHEDULER_CHAIN_RULES
displays information about the rules for all chains in the database. -
USER_SCHEDULER_CHAIN_RULES
displays information about the rules for the chains owned by the current user. This view does not display theOWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the Scheduler chain that the rule is in |
|
|
|
Name of the Scheduler chain that the rule is in |
|
|
|
Owner of the rule |
|
|
|
Name of the rule |
|
|
|
Boolean condition triggering the rule |
|
|
|
Action to be performed when the rule is triggered |
|
|
|
User-specified comments about the rule |
See Also: