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


VIEW: SYS.USER_POLICY_ATTRIBUTES

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

Attribute associations of all context sensitive and shared context sensitive policies for synonyms, tables, or views owned by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_OWNER VARCHAR2 (128) Yes Owner of the synonym, table, or view
OBJECT_NAME VARCHAR2 (128) Yes Name of the synonym, table, or view
POLICY_GROUP VARCHAR2 (128) Yes Name of the policy group
POLICY_NAME VARCHAR2 (128) Yes Name of the policy
NAMESPACE VARCHAR2 (128) Yes Name of the local application context
ATTRIBUTE VARCHAR2 (128) Yes 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.USER_POLICY_ATTRIBUTES;

Dependencies

[top of page]

SYS.USER_POLICY_ATTRIBUTES references the following:

SchemaSYS
ViewDBA_POLICY_ATTRIBUTES
SYS.USER_POLICY_ATTRIBUTES is referenced by following:

SchemaPUBLIC
SynonymUSER_POLICY_ATTRIBUTES