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


VIEW: SYS.CDB_POLICY_CONTEXTS

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

All policy driving context defined for any synonym, table, or view in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_OWNER VARCHAR2 (30) Yes Schema of the synonym, table, or view
OBJECT_NAME VARCHAR2 (30) Yes Name of the synonym, table, or view
NAMESPACE VARCHAR2 (128) Yes Namespace of the context
ATTRIBUTE VARCHAR2 (128) Yes Attribute of the context
CON_ID NUMBER

container id
Query Text

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


SELECT OBJECT_OWNER
,      OBJECT_NAME
,      NAMESPACE
,      ATTRIBUTE
,      CON_ID
FROM SYS.CDB_POLICY_CONTEXTS;

Dependencies

[top of page]

SYS.CDB_POLICY_CONTEXTS does not reference any database object

SYS.CDB_POLICY_CONTEXTS is referenced by following:

SchemaPUBLIC
SynonymCDB_POLICY_CONTEXTS