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


VIEW: SYS.USER_POLICY_CONTEXTS

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

All policy driving context defined for synonyms, tables, or views in current schema

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_NAME VARCHAR2 (128) Yes Name of the synonym, table, or view
NAMESPACE VARCHAR2 (128) Yes Namespace of the context
ATTRIBUTE VARCHAR2 (128) Yes Attribute of the context
Query Text

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


SELECT OBJECT_NAME
,      NAMESPACE
,      ATTRIBUTE
FROM SYS.USER_POLICY_CONTEXTS;

Dependencies

[top of page]

SYS.USER_POLICY_CONTEXTS references the following:

SchemaSYS
ViewDBA_POLICY_CONTEXTS
SYS.USER_POLICY_CONTEXTS is referenced by following:

SchemaPUBLIC
SynonymUSER_POLICY_CONTEXTS