Background documentationparam_directget Locate this document in the navigation structure

 

Use this command to display the value of the specified database parameter.

Prerequisites

You have the server permission ParamRead.

Structure

param_directget <parameter_name>

Result

OK

<parameter_name> <value>

Values for the Reply Fields

Value

Description

<parameter_name>

Name of the database parameter

<value>

Value of the database parameter

In the event of errors, see Reply Format.

Example

Call Database Manager CLI, log on as the operator OLEG with the password MONDAY, connect to the database DEMODB, and display the value of the parameter RunDirectoryPath (run directory of the database):

>dbmcli – u OLEG,MONDAY –d DEMODB param_directget RunDirectoryPath

OK

RunDirectoryPath c:\documents and settings\all users\application data\sdb\data\wrk\DEMODB

More Information

Database Administration, Database Parameters