Skip Headers
Oracle® Database Reference
10g Release 2 (10.2)

Part Number B14237-04
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 shows the rules of all the chains visible 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 Chain schema
CHAIN_NAME VARCHAR2(30) NOT NULL Chain name
RULE_OWNER VARCHAR2(30) NOT NULL Rule schema
RULE_NAME VARCHAR2(30)   Rule name
CONDITION VARCHAR2(4000)   Rule condition
ACTION VARCHAR2(4000)   Rule action
COMMENTS VARCHAR2(4000)   User comments for the rule