[Home] [Help]
[Dependency Information]
| Object Name: | CDB_RULES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Rules in the databse in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RULE_OWNER | VARCHAR2 | (30) | Yes | Owner of the rule |
| RULE_NAME | VARCHAR2 | (30) | Yes | Name of the rule |
| RULE_CONDITION | CLOB | (4000) | the rule expression | |
| RULE_EVALUATION_CONTEXT_OWNER | VARCHAR2 | (30) | ||
| RULE_EVALUATION_CONTEXT_NAME | VARCHAR2 | (30) | ||
| RULE_ACTION_CONTEXT | RE$NV_LIST | (80) | action context of the rule | |
| RULE_COMMENT | VARCHAR2 | (4000) | user description of the rule | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_OWNER
, RULE_NAME
, RULE_CONDITION
, RULE_EVALUATION_CONTEXT_OWNER
, RULE_EVALUATION_CONTEXT_NAME
, RULE_ACTION_CONTEXT
, RULE_COMMENT
, CON_ID
FROM SYS.CDB_RULES;
SYS
RE$NV_LIST
STANDARD
- show dependent code
PUBLIC
CDB_RULES
|
|
|
|