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.
You have the server authorization DBInfoRead or DBFileRead.
trace_protopt
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 |
OK<NL>
name,option<NL>
<name>,<option><NL>
<name>,<option><NL>
...