[Home] [Help]
[Dependency Information]
| Object Name: | USER_RULES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Rules owned by the user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RULE_NAME | VARCHAR2 | (128) | Yes | Name of the rule |
| RULE_CONDITION | CLOB | (4000) | the rule expression | |
| RULE_EVALUATION_CONTEXT_OWNER | VARCHAR2 | (128) | owner of the evaluation context on which rule is defined | |
| RULE_EVALUATION_CONTEXT_NAME | VARCHAR2 | (128) | name of the evaluation context on which rule is defined | |
| RULE_ACTION_CONTEXT | RE$NV_LIST | (64) | action context of the rule | |
| RULE_COMMENT | VARCHAR2 | (4000) | user description of the rule |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_NAME
, RULE_CONDITION
, RULE_EVALUATION_CONTEXT_OWNER
, RULE_EVALUATION_CONTEXT_NAME
, RULE_ACTION_CONTEXT
, RULE_COMMENT
FROM SYS.USER_RULES;
SYS
OBJ$
RE$NV_LIST
RULE$
STANDARD
- show dependent code
USER$
PUBLIC
USER_RULES
SYS
USER_QUEUE_SUBSCRIBERS
|
|
|
|