SYSCAT.SERVEROPTIONS catalog view

Each row represents a server-specific option value.

Table 1. SYSCAT.SERVEROPTIONS Catalog View
Column Name Data Type Nullable Description
WRAPNAME VARCHAR (128) Y Name of the wrapper.
SERVERNAME VARCHAR (128) Y Uppercase name of the server.
SERVERTYPE VARCHAR (30) Y Type of server.
SERVERVERSION VARCHAR (18) Y Server version.
CREATE_TIME TIMESTAMP   Time at which the entry was created.
OPTION VARCHAR (128)   Name of the server option.
SETTING VARCHAR (2048)   Value of the server option.
SERVEROPTIONKEY VARCHAR (18)   Uniquely identifies a row.
REMARKS VARCHAR (254) Y User-provided comments, or the null value.