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


VIEW: SYS.DBA_RULE_SETS

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

Rule sets in the database

[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.DBA_RULE_SETS;

Dependencies

[top of page]

SYS.DBA_RULE_SETS references the following:

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

SchemaPUBLIC
SynonymDBA_RULE_SETS
SchemaSYS
ViewDBA_RULESETS
Package BodyDBMS_ISCHED - show dependent code
Package BodyDBMS_LOGREP_UTIL - show dependent code
Package BodyDBMS_PRVTAQIS - show dependent code
Package BodyDBMS_RULE_EXIMP - show dependent code
Package BodyDBMS_STREAMS_ADM_UTL - show dependent code