RESET

Synopsis

Use the RESET statement to restore the value of a run-time parameter to the default value. RESET is an alternative spelling for SET run_time_parameter TO DEFAULT.

Syntax

reset_stmt ::= RESET { run_time_parameter | ALL }

reset_stmt

RESETrun_time_parameterALL

Semantics

run_time_parameter

Specify the name of a mutable run-time parameter.

See also