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


VIEW: SYS.USER_RULE_SETS

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

Rule sets owned by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
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_NAME
,      RULE_SET_EVAL_CONTEXT_OWNER
,      RULE_SET_EVAL_CONTEXT_NAME
,      RULE_SET_COMMENT
FROM SYS.USER_RULE_SETS;

Dependencies

[top of page]

SYS.USER_RULE_SETS references the following:

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

SchemaPUBLIC
SynonymUSER_RULE_SETS
SchemaSYS
ViewUSER_RULESETS