Entering content frame

Procedure documentation param_directget Locate the document in the library structure

Use

You display the value of the database parameter specified.

Prerequisites

You have the server authorization ParamRead.

Syntax

param_directget <parameter_name>

Reply

OK

<parameter_name> <value>

Values for the Reply Fields

Value

Description

<parameter_name>

Name of database parameter

<value>

Value of database parameter

 

In the event of errors, see Reply Format

Example

Logging on to the Database Manager CLI as operator OLEG with password MONDAY, connecting to the database instance DEMODB, displaying the value of the parameter RUNDIRECTORY (working directory of the database instance):

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

OK

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

 

 

Leaving content frame