Show TOC

dbm_configsetLocate this document in the navigation structure

Use

Use this command to 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 [INSTANCE|INSTALLATION|GLOBAL] <parameter_name> [<value>]

Option

Description

INSTANCE|INSTALLATION|GLOBAL

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

INSTANCE: the database-specific configuration file (default)

INSTALLATION: the software version-specific configuration file

GLOBAL: the database computer-specific configuration file

<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.

More Information