Show TOC

param_extgetLocate this document in the navigation structure

Use

With this command you display the name, data type, and current value of the database parameter specified.

Prerequisites

You have the server permission ParamRead.

Structure

param_extget <parameter_name>

Table 1: Options

Option

Description

<parameter_name>

Name of the database parameter

Result

OK

<parameter_name> <type> <value>

Value

Description

<parameter_name>

Name of the database parameter

<type>

Data type of the database parameter

<value>

Current value

This is the value that is copied from the database parameter file at the start of the session. If the parameter is not in the parameter file, the default value from the default parameter file is displayed.

In the event of errors, see Reply Format.

More Information