Entering content frame

Procedure documentation show Locate the document in the library structure

Use

You display information about the database instance including statistics, the operational state, tasks, and so on. For this purpose, the DBM command show obtains and outputs information from the program XCONS.

See also:

Utilities, Displaying Information on the Database Instance

Prerequisites

You have the DBInfoRead server authorization.

Syntax

show <command>

<command>

XCONS command to be executed

You can use all the XCONS commands that begin with show (see: show_list).

Reply

OK

[CONTINUE]

<info_record>

<info_record>

Values for the Reply Fields

Value

Description

Continue

More results data is available

You can display this using the DBM command for scrolling through the information on the database instance (see show_next)

<info_record>

Information

Example

Logging on to the Database Manager CLI as operator OLEG with the password MONDAY, connecting to the database instance DEMODB, displaying the information of statistics on the access to the volumes of the database instance:

>dbmcli –u OLEG,MONDAY –d DEMODB show io

OK

SERVERDB: DEMODB

 

Volume                                       Devs.  Read(s) Write(s)    Total

Name                                           No.    Count    Count    Count

knltrace                                         0        0        1        1

C:\Documents and Set...DEMODB\data\DISKD0001     1       54       59      113

C:\Documents and Set....DEMODB\log\DISKL0001     3       14       14       28

C:\Documents and Set....DEMODB\data\DISKD0003    4        1        9       10

                                  total I/O:             69       83      152

 

 

Leaving content frame