| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
ALL_EVALUATION_CONTEXTS describes the rule evaluation contexts accessible to the current user.
DBA_EVALUATION_CONTEXTS describes all rule evaluation contexts in the database.
USER_EVALUATION_CONTEXTS describes the rule evaluation contexts owned by the current user. This view does not display the EVALUATION_CONTEXT_OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| EVALUATION_CONTEXT_OWNER | VARCHAR2(30) | NOT NULL | Owner of the evaluation context | 
| EVALUATION_CONTEXT_NAME | VARCHAR2(30) | NOT NULL | Name of the evaluation context | 
| EVALUATION_FUNCTION | VARCHAR2(4000) | Evaluation function associated with the evaluation context, if any | |
| EVALUATION_CONTEXT_COMMENT | VARCHAR2(4000) | Comment specified with the evaluation context, if any |