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


VIEW: SYS.ALL_POLICY_ATTRIBUTES

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

All attribute associations of context sensitive and shared context sensitive policies for objects if the user has system privileges or owns the objects

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_OWNER VARCHAR2 (128)
Owner of the synonym, table, or view
OBJECT_NAME VARCHAR2 (128)
Name of the synonym, table, or view
POLICY_GROUP VARCHAR2 (128)
Name of the policy group
POLICY_NAME VARCHAR2 (128)
Name of the policy
NAMESPACE VARCHAR2 (128)
Name of the local application context
ATTRIBUTE VARCHAR2 (128)
Name of the attribute
Query Text

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


SELECT OBJECT_OWNER
,      OBJECT_NAME
,      POLICY_GROUP
,      POLICY_NAME
,      NAMESPACE
,      ATTRIBUTE
FROM SYS.ALL_POLICY_ATTRIBUTES;

Dependencies

[top of page]

SYS.ALL_POLICY_ATTRIBUTES references the following:

SchemaSYS
ViewALL_SYNONYMS
ViewALL_TABLES
ViewALL_VIEWS
ViewDBA_POLICY_ATTRIBUTES
FunctionGETLONG
SYS.ALL_POLICY_ATTRIBUTES is referenced by following:

SchemaPUBLIC
SynonymALL_POLICY_ATTRIBUTES