Commands
SET
Use the SET
command to change a runtime parameter.
Syntax
Parameters
Parameter or clause | Description |
---|---|
parameter_name | Name of the runtime parameters. |
value | New value of parameter. Values can be specified as string constants, identifiers, numbers, or comma-separated lists of these, as appropriate for the particular parameter. DEFAULT can be written to specify resetting the parameter to its default value (that is, whatever value it would have had if no SET had been executed in the current session). |
Was this page helpful?