Requesting All Parameters of the Current Parameter File 

Use

You request all parameters of the current parameter file with their values. One parameter with name and value is output per line.

The param_directgetall 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_directgetall

Reply

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

In the event of errors, see Reply Format.