ALTER SYSTEM
The ALTER SYSTEM
command modifies the value of a server configuration parameter. You can use this command to configure some parameters, like the system parameters and runtime parameters.
Syntax
ALTER SYSTEM SET configuration_parameter { TO | = } { value [, ...] | DEFAULT }
Examples
ALTER SYSTEM SET rw_streaming_enable_delta_join TO true;