The RESET_PARAM_DEFAULTS procedure resets the default values of all parameters to the recommended values of the database.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
DBMS_STATS.RESET_PARAM_DEFAULTS;
Examples
obclient> CALL DBMS_STATS.RESET_PARAM_DEFAULTS;
Query OK, 0 rows affected
