Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

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

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the Scheduler chain that the rule is in
CHAIN_NAME VARCHAR2(30) NOT NULL Name of the Scheduler chain that the rule is in
RULE_OWNER VARCHAR2(30) NOT NULL Owner of the rule
RULE_NAME VARCHAR2(30)   Name of the rule
CONDITION VARCHAR2(4000)   Boolean condition triggering the rule
ACTION VARCHAR2(4000)   Action to be performed when the rule is triggered
COMMENTS VARCHAR2(4000)   User-specified comments about the rule