3.16 ALL_POLICY_GROUPS
ALL_POLICY_GROUPS describes the policy groups defined for the synonyms, tables, and views accessible to the current user.
               
Related Views
- 
                        DBA_POLICY_GROUPSdescribes all policy groups in the database.
- 
                        USER_POLICY_GROUPSdescribes the policy groups defined for the synonyms, tables, and views owned by the current user. This view does not display theOBJECT_OWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the synonym, table, or view | 
| 
 | 
 | 
 | Name of the synonym, table, or view | 
| 
 | 
 | 
 | Name of the policy group | 
| 
 | 
 | 
 | Indicates whether the policy group is applied and enforced in all application PDBs ( This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). | 
| 
 | 
 | 
 | Indicates whether the policy group is inherited from the root ( This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). | 
See Also: