You display the value of the specified database parameter.
You have the server authorization ParamRead.
param_directget <parameter_name>
OK
<parameter_name> <value>
Value | Description |
---|---|
<parameter_name> | Name of the database parameter |
<value> | Value of the database parameter |
In the event of errors, see Reply Format.
Call the Database Manager CLI, log on as operator OLEG with password MONDAY, connect to the database instance DEMODB, display the value of the parameter RunDirectoryPath (run directory of the database instance):
>dbmcli – u OLEG,MONDAY –d DEMODB param_directget RunDirectoryPath
OK
RunDirectoryPath c:\documents and settings\all users\application data\sdb\data\wrk\DEMODB
Database Administration, Database Parameters