DB2 10.5 for Linux, UNIX, and Windows

SET SERVER OPTION statement

The SET SERVER OPTION statement specifies a server option setting that is to remain in effect while a user or application is connected to the federated database. When the connection ends, this server option's previous setting is reinstated.

This statement is not under transaction control.

Invocation

This statement can be issued interactively. It is an executable statement that can be dynamically prepared.

Authorization

None required.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-SET SERVER OPTION--server-option-name--TO--string-constant--->

>--FOR--SERVER--server-name------------------------------------><

Description

server-option-name
Names the server option that is to be set.
TO string-constant
Specifies the setting for server-option-name as a character string constant.
SERVER server-name
Names the data source to which server-option-name applies. It must be a server described in the catalog.

Notes

Examples