Skip to main content

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;

Help us make this doc better!

Was this page helpful?

Happy React is loading...