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


VIEW: SYS.ALL_POLICY_CONTEXTS

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

All policy driving context defined for all synonyms, tables, or views accessable to the user

[View Source]

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

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


SELECT OBJECT_OWNER
,      OBJECT_NAME
,      NAMESPACE
,      ATTRIBUTE
FROM SYS.ALL_POLICY_CONTEXTS;

Dependencies

[top of page]

SYS.ALL_POLICY_CONTEXTS references the following:

SchemaSYS
ViewALL_SYNONYMS
ViewALL_TABLES
ViewALL_VIEWS
ViewDBA_POLICY_CONTEXTS
FunctionGETLONG
SYS.ALL_POLICY_CONTEXTS is referenced by following:

SchemaPUBLIC
SynonymALL_POLICY_CONTEXTS