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


VIEW: SYS.DBA_POLICY_ATTRIBUTES

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

Attribute associations of all context sensitive and shared context sensitive policies in the database

[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.DBA_POLICY_ATTRIBUTES;

Dependencies

[top of page]

SYS.DBA_POLICY_ATTRIBUTES references the following:

SchemaSYS
TableRLS_CSA$
TableUSER$
View_CURRENT_EDITION_OBJ
SYS.DBA_POLICY_ATTRIBUTES is referenced by following:

SchemaPUBLIC
SynonymDBA_POLICY_ATTRIBUTES
SchemaSYS
ViewALL_POLICY_ATTRIBUTES
ViewUSER_POLICY_ATTRIBUTES