Entering content frame

Procedure documentationDisplaying All Parameters of the Current Database Parameter File Locate the document in its SAP Library structure

Use

You display all database parameters of the current database instance with their values. One parameter with name <parameter_name> and value <value> is displayed per line.

Caution

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

Reply

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

In the event of errors, see Reply Format.

Leaving content frame