[Home] [Help]
[Dependency Information]
| Object Name: | DBA_RULE_SETS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Rule sets in the database
| 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 |
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;
SYS
OBJ$
RULE_SET$
USER$
PUBLIC
DBA_RULE_SETS
SYS
DBA_RULESETS
DBMS_ISCHED
- show dependent code
DBMS_LOGREP_UTIL
- show dependent code
DBMS_PRVTAQIS
- show dependent code
DBMS_RULE_EXIMP
- show dependent code
DBMS_STREAMS_ADM_UTL
- show dependent code
|
|
|
|