[Home] [Help]
[Dependency Information]
| Object Name: | DBA_EVALUATION_CONTEXTS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
rule evaluation contexts in the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EVALUATION_CONTEXT_OWNER | VARCHAR2 | (128) | Yes | Owner of the evaluation context |
| EVALUATION_CONTEXT_NAME | VARCHAR2 | (128) | Yes | Name of the evaluation context |
| EVALUATION_FUNCTION | VARCHAR2 | (4000) | User supplied function to evaluate rules | |
| EVALUATION_CONTEXT_COMMENT | VARCHAR2 | (4000) | user description of the evaluation context |
Cut, paste (and edit) the following text to query this object:
SELECT EVALUATION_CONTEXT_OWNER
, EVALUATION_CONTEXT_NAME
, EVALUATION_FUNCTION
, EVALUATION_CONTEXT_COMMENT
FROM SYS.DBA_EVALUATION_CONTEXTS;
SYS
OBJ$
RULE_EC$
USER$
PUBLIC
DBA_EVALUATION_CONTEXTS
SYS
DBMS_PRVTAQIS
- show dependent code
DBMS_RULE_COMPATIBLE_90
- show dependent code
DBMS_RULE_EXIMP
- show dependent code
|
|
|
|