| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 | 
 | 
| 
 | PDF · Mobi · ePub | 
ALL_POLICY_CONTEXTS describes the driving contexts defined for the synonyms, tables, and views accessible to the current user.
DBA_POLICY_CONTEXTS describes all driving contexts in the database.
USER_POLICY_CONTEXTS describes the driving contexts defined for the synonyms, tables, and views owned by the current user. This view does not display the OBJECT_OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| OBJECT_OWNER | VARCHAR2(30) | NOT NULL | Owner of the synonym, table, or view | 
| OBJECT_NAME | VARCHAR2(30) | NOT NULL | Name of the synonym, table, or view | 
| NAMESPACE | VARCHAR2(30) | NOT NULL | Namespace of the driving context | 
| ATTRIBUTE | VARCHAR2(30) | NOT NULL | Attribute of the driving context | 
See Also: