Entering content frame

Displaying a Value from the Database Parameter File 

Use

The parameter file of the database instance is searched for the value of the database parameter specified in <parameter_name>.

After a successful search an OK message is displayed. The name of the database 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 command accesses the database instance parameter file directly. It does not require a parameter session and so it is also not possible to ROLLBACK.

Prerequisites

You have the server authorization ParamRead.

Syntax

param_directget <parameter_name>

Reply

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

In the event of errors, see Reply Format.

 

Leaving content frame