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;