3.15 ALL_POLICY_CONTEXTS
ALL_POLICY_CONTEXTS describes the driving contexts defined for the synonyms, tables, and views accessible to the current user.
               
Related Views
- 
                        DBA_POLICY_CONTEXTSdescribes all driving contexts in the database.
- 
                        USER_POLICY_CONTEXTSdescribes the driving contexts 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 | 
| 
 | 
 | 
 | Namespace of the driving context | 
| 
 | 
 | 
 | Attribute of the driving context | 
| 
 | 
 | 
 | Indicates whether the policy context 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 context is inherited from the root ( | 
See Also: