Displaying Individual Data for a Database Parameter
Use
You display the name, data type, and current value of the
database parameter specified in <parameter_name>. The description file and the parameter file of the current database instance are searched (see also: Configuring Database Instances).Prerequisites
You have the DBM operator authorization
ParamRead.Syntax
param_extget <parameter_name>
Reply
OK<NL>
<parameter_name> <type> <value><NL>
< parameter_name> |
Name of the database parameter |
<type> |
Data type of the database parameter |
<value> |
Current value 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 here. |
In the event of errors, see
Reply Format.