| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03  | 
  | 
  | 
PDF · Mobi · ePub | 
ALL_POLICY_GROUPS describes the policy groups defined for the synonyms, tables, and views accessible to the current user.
DBA_POLICY_GROUPS describes all policy groups in the database.
USER_POLICY_GROUPS describes the policy groups 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 | 
POLICY_GROUP | 
VARCHAR2(30) | 
NOT NULL | 
Name of the policy group | 
See Also: