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


VIEW: SYS.CDB_POLICY_ATTRIBUTES

Object Details
Object Name: CDB_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 in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_OWNER VARCHAR2 (30) Yes Owner of the synonym, table, or view
OBJECT_NAME VARCHAR2 (30) 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
CON_ID NUMBER

container id
Query Text

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


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

Dependencies

[top of page]

SYS.CDB_POLICY_ATTRIBUTES does not reference any database object

SYS.CDB_POLICY_ATTRIBUTES is referenced by following:

SchemaPUBLIC
SynonymCDB_POLICY_ATTRIBUTES