DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_RULE_SETS

Object Details
Object Name: ALL_RULE_SETS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Rule sets seen by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
RULE_SET_OWNER VARCHAR2 (128) Yes Owner of the rule set
RULE_SET_NAME VARCHAR2 (128) Yes Name of the rule set
RULE_SET_EVAL_CONTEXT_OWNER VARCHAR2 (128)
The evaluation context owner name associated with the rule set, if any
RULE_SET_EVAL_CONTEXT_NAME VARCHAR2 (128)
The evaluation context name associated with the rule set, if any
RULE_SET_COMMENT VARCHAR2 (4000)
user description of the rule set
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RULE_SET_OWNER
,      RULE_SET_NAME
,      RULE_SET_EVAL_CONTEXT_OWNER
,      RULE_SET_EVAL_CONTEXT_NAME
,      RULE_SET_COMMENT
FROM SYS.ALL_RULE_SETS;

Dependencies

[top of page]

SYS.ALL_RULE_SETS references the following:

SchemaSYS
TableOBJ$
TableOBJAUTH$
TableRULE_SET$
TableUSER$
SYS.ALL_RULE_SETS is referenced by following:

SchemaPUBLIC
SynonymALL_RULE_SETS
SchemaSYS
ViewALL_APPLY
ViewALL_CAPTURE
ViewALL_PROPAGATION
ViewALL_RULESETS
ViewALL_STREAMS_MESSAGE_CONSUMERS
ViewALL_SYNC_CAPTURE
Package BodyDBMS_ISCHED - show dependent code