Entering content frame

Procedure documentationDisplaying a Value from the Database Parameter File Locate the document in its SAP Library structure

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.

Caution

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

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.

 

 

Leaving content frame