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


VIEW: SYS.CDB_EVALUATION_CONTEXT_TABLES

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

tables in all rule evaluation contexts in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
EVALUATION_CONTEXT_OWNER VARCHAR2 (30) Yes Owner of the evaluation context
EVALUATION_CONTEXT_NAME VARCHAR2 (30) Yes Name of the evaluation context
TABLE_ALIAS VARCHAR2 (128)
Alias of the table
TABLE_NAME VARCHAR2 (4000)
Name of the table
CON_ID NUMBER

container id
Query Text

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


SELECT EVALUATION_CONTEXT_OWNER
,      EVALUATION_CONTEXT_NAME
,      TABLE_ALIAS
,      TABLE_NAME
,      CON_ID
FROM SYS.CDB_EVALUATION_CONTEXT_TABLES;

Dependencies

[top of page]

SYS.CDB_EVALUATION_CONTEXT_TABLES does not reference any database object

SYS.CDB_EVALUATION_CONTEXT_TABLES is referenced by following:

SchemaPUBLIC
SynonymCDB_EVALUATION_CONTEXT_TABLES