Feature
DBA_POLICY_CONTEXTS displays the context based on which the corresponding strategy group takes effect.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| OBJECT_OWNER | VARCHAR2(128) | YES | The owner of the object controlled by the strategy. |
| OBJECT_NAME | VARCHAR2(128) | YES | The name of the object controlled by the strategy. |
| NAMESPACE | VARCHAR2(128) | NO | The name of the associated context. |
| ATTRIBUTE | VARCHAR2(128) | NO | The name of the attribute in the associated context. |
| COMMON | VARCHAR2(3) | NO | This field is used only for the purpose of compatibility, and the value is fixed at NO. |
| INHERITED | VARCHAR2(3) | NO | This field is used only for the purpose of compatibility, and the value is fixed at NO. |