Background documentationdbm_configset Locate this document in the navigation structure

 

Use this command t define or delete a configuration parameter of Database Manager in the specified configuration file.

Parameters for Database Manager are defined in the following three configuration files:

  • A database-specific configuration file

  • A software version-specific configuration file

  • A database computer-specific configuration file

The parameter values in the database-specific configuration file override the values in the software version-specific configuration file. The values in the software version-specific configuration file override the values in the database computer-specific configuration file.

Prerequisites

You have the server permission InstallMgm.

Structure

dbm_configset [<config_file>] <parameter_name> [<value>]

Options

Option

Description

<config_file>

Configuration file into which the parameter value is to be entered or from which it is to be deleted

Possible values are:

INSTANCE | INSTALLATION | GLOBAL

INSTANCE: the database-specific configuration file

INSTALLATION: the software version-specific configuration file

GLOBAL: the database computer-specific configuration file

If you do not specify a file, the system uses the database-specific configuration file (default).

<parameter_name>

Name of the configuration parameter

<value>

Value of the configuration parameter

If you do not specify a value, the parameter will be deleted from the specified configuration file.

Result

OK

In the event of errors, see Reply Format.