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


VIEW: SYS.USER_RULESETS

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

Rulesets owned by the user: maintained for backward compatibility

[View Source]

Columns
Name Datatype Length Mandatory Comments
RULESET_NAME VARCHAR2 (128) Yes Name of the ruleset
RULESET_STORAGE_TABLE VARCHAR2 (0)
name of the table to store rules in the ruleset
BASE_TABLE VARCHAR2 (257)
name of the evaluation context for the rule set
RULESET_COMMENT VARCHAR2 (4000)
user description of the ruleset
Query Text

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


SELECT RULESET_NAME
,      RULESET_STORAGE_TABLE
,      BASE_TABLE
,      RULESET_COMMENT
FROM SYS.USER_RULESETS;

Dependencies

[top of page]

SYS.USER_RULESETS references the following:

SchemaSYS
ViewUSER_RULE_SETS
SYS.USER_RULESETS is referenced by following:

SchemaPUBLIC
SynonymUSER_RULESETS