Entering content frame

Displaying the Data for All Database Parameters 

Use

You request all database parameters from the description file and the parameter file of the database instance (see also: Configuring Database Instances).

If the reply is successful, the name of each database parameter <parameter_name>, its data type <type> and its current value <value> are displayed. This is the value that is copied from the parameter file at the start of the session. If the parameter is not in it, the default value from the description file is displayed.

Prerequisites

You have the server authorization ParamRead.

Syntax

param_extgetall [<property>=<value>]

<property> Option

By specifying properties you can restrict what is displayed. However, each property can only be specified once. If the same property is entered more than once, the value of the last entry is used.

A parameter must correspond to the specified value in all specified properties (AND link). Several values for one property separated by commas are treated as OR-linked.

 

Property

Possible values

CASESENSITIVE

YES | NO

CHANGE

YES | NO

CLEAR

YES | NO

VOLUME

YES | NO

DISPLAYNAME

Character string (may include spaces) displayed in place of the parameter name in the D atabase Manager GUI

DYNAMIC

YES | NO

GROUP

GENERAL | EXTENDED | SUPPORT | NO

INFO

YES | NO

INSTANCES

Database instance type, for which the parameter is relevant: LVC | OLTP | ARCHIVE

No entry: Parameter is generally valid

INTERN

YES | NO

MANDATORY

YES | NO

MAX

Maximum parameter value

MIN

Minimum parameter value

MODIFY

YES | NO

OVERRIDE

YES | NO | HIGHER

VALUESET

Permitted parameter value set

Log on to the Database Manager CLI as the operator DBM with the password DBM, create a connection to the database instance myDB, and display all parameters that can be changed and which are assigned to the group General - General Database Parameters

dbmcli –u DBM,DBM –d myDB param_getextall CHANGE=YES GROUP=GENERAL

 

Log on to the Database Manager CLI as the operator DBM with the password DBM, create a connection to the database instance myDB, and display all parameters that are assigned to the group General General Database Parameters or to the group Extended – Special Database Parameters.

dbmcli –u DBM,DBM –d myDB param_getextall GROUP=GENERAL,EXTENDED

Reply

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

In the event of errors, see Reply Format.

 

Leaving content frame