Purpose
The DBA_SQL_MANAGEMENT_CONFIG view displays the configuration parameters in SQL Plan Management (SPM).
Note
This view is introduced since OceanBase Database V4.0.0.
Columns
| Column | Type | Nullable? | Description |
|---|---|---|---|
| PARAMETER_NAME | VARCHAR2(128) | NO | The name of the parameter. Valid values: |
| PARAMETER_VALUE | text | YES | The value of the parameter. |
| LAST_MODIFIED | TIMESTAMP(6) | NO | The time when the parameter value was updated the last time. |
| MODIFIED_BY | VARCHAR2(128) | NO | The object that last updated the parameter value. |