Parameter File Value Request 

Use

You request the value of parameter <parameter_name> from the parameter file.

After a successful search an OK message is displayed. The name of the parameter <parameter_name> and its value <value> are displayed in the following line. The message output if the specified parameter is not in the parameter file is not found.

The param_directget command accesses the database instance parameter file directly. It does not require a parameter session and so cannot be rolled back.

Prerequisites

You have the DBM operator authorization ParamRead.

Syntax

param_directget <parameter_name>

Reply

OK<NL>
<parameter_name> <value><NL>

In the event of errors, see Reply Format.