DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_EVALUATION_CONTEXT_TABLES

Object Details
Object Name: DBA_EVALUATION_CONTEXT_TABLES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

tables in all rule evaluation contexts in the database

[View Source]

Columns
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
TABLE_ALIAS VARCHAR2 (128)
Alias of the table
TABLE_NAME VARCHAR2 (4000)
Name of the table
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT EVALUATION_CONTEXT_OWNER
,      EVALUATION_CONTEXT_NAME
,      TABLE_ALIAS
,      TABLE_NAME
FROM SYS.DBA_EVALUATION_CONTEXT_TABLES;

Dependencies

[top of page]

SYS.DBA_EVALUATION_CONTEXT_TABLES references the following:

SchemaSYS
TableOBJ$
TableREC_TAB$
TableUSER$
SYS.DBA_EVALUATION_CONTEXT_TABLES is referenced by following:

SchemaPUBLIC
SynonymDBA_EVALUATION_CONTEXT_TABLES