Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-02 |
|
|
View PDF |
ALL_EVALUATION_CONTEXT_TABLES
describes the tables in the rule evaluation contexts accessible to the current user.
Related Views
DBA_EVALUATION_CONTEXT_TABLES
describes the tables in all rule evaluation contexts in the database.
USER_EVALUATION_CONTEXT_TABLES
describes the tables in 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 |
TABLE_ALIAS |
VARCHAR2(30) |
Alias for a table in the evaluation context | |
TABLE_NAME |
VARCHAR2(4000) |
Name of the table referred to by the table alias |