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


VIEW: SYS.DBA_RULE_SET_RULES

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

Rules in all 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_OWNER VARCHAR2 (128) Yes Owner of the rule
RULE_NAME VARCHAR2 (128) Yes Name of the rule
RULE_SET_RULE_ENABLED VARCHAR2 (8)
Whether the rule is enabled in this ruleset
RULE_SET_RULE_EVAL_CTX_OWNER VARCHAR2 (128)
evaluation context owner specified when the rule is added to this rule set
RULE_SET_RULE_EVAL_CTX_NAME VARCHAR2 (128)
evaluation context name specified when the rule is added to this rule set
RULE_SET_RULE_COMMENT VARCHAR2 (4000)
User description of this mapping
Query Text

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


SELECT RULE_SET_OWNER
,      RULE_SET_NAME
,      RULE_OWNER
,      RULE_NAME
,      RULE_SET_RULE_ENABLED
,      RULE_SET_RULE_EVAL_CTX_OWNER
,      RULE_SET_RULE_EVAL_CTX_NAME
,      RULE_SET_RULE_COMMENT
FROM SYS.DBA_RULE_SET_RULES;

Dependencies

[top of page]

SYS.DBA_RULE_SET_RULES references the following:

SchemaSYS
TableOBJ$
TableRULE_MAP$
TableUSER$
SYS.DBA_RULE_SET_RULES is referenced by following:

SchemaPUBLIC
SynonymDBA_RULE_SET_RULES
SchemaSYS
Package BodyDBMS_PRVTAQIS - show dependent code
Package BodyDBMS_STREAMS_ADM_UTL - show dependent code