Entering content frame

Procedure documentation Displaying Command Options for Text Version of Database Trace Locate the document in its SAP Library structure

Use

Caution

Use this DBM command for the database trace function only when told to do so by support. The database trace is not required for normal database operation.

You display which command options are allowed for creating the text version of the database trace. This enables you to restrict the trace output of the internal database components. The system displays a list with the names and descriptions of the valid command options.

Prerequisites

You have the server authorization DBInfoRead or DBFileRead.

Syntax

trace_protopt

Example

dbmcli -d DB -u dbm,dbm trace_protopt

OK
name,option
a       Order Interface (AK)
b       Record Interface (BD)
k       Show Message Block (KB)
m       Message Block
e       No Entrypos Output
s       Strategy
t       Time
x       Switch Output (Slow Kernel)

a

The trace output of the internal database component order interface is copied to the text file

b

The trace output of the internal database component record interface is copied to the text file

k

The trace output of the internal database component table interface is copied to the text file

m

The internal data structure with the name message block is transferred to the text file

e

For the order interface and the message block, the number of the trace page and the position of the block on the page are copied to the text file

s

Information about the processing strategy is copied to the text file

t

The results of the internal time measurements are copied to the text file

x

Additional trace output is copied to the text file

 

Reply

OK<NL>
name,option<NL>
<name>,<option><NL>
<name>,<option><NL>
...

 

Leaving content frame