Entering content frame

Procedure documentation Displaying Information About the Database Instance Locate the document in its SAP Library structure

Use

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

Prerequisites

You have the DBM operator authorization DBInfoRead.

Syntax

show <command>

You can use all the XCONS commands that begin with show. See Utilities, Requesting Information About the Database Instance.

Reply

OK<NL>
[CONTINUE]<NL>
<info_record><NL>
<info_record><NL>

Continue

More result data available

<info_record>

Information

Example

Displaying statistics for access to the volumes of the HOTELDB database instance:

show io

OK
SERVERDB: HOTELDB
Volume      Devs.  Read(s) Write(s)  Total
Name        No.    Count    Count    Count
knltrace    0       0        1        1
DAT_0001    1     286       37      323
LOG_001     2      13       14       27
total I/O:        299       52      351

 

Leaving content frame