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.
The command accesses the database instance parameter file directly. It does not require a parameter session and so it is also not possible to ROLLBACK.
You have the server authorization ParamRead.
param_directget <parameter_name>
OK<NL>
<parameter_name> <value><NL>
In the event of errors, see Reply Format.