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 permitted for creating the text version of the current database trace to restrict the trace output of the internal database components. You receive a list with the names and description of these 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 |
The numbers of the trace page and the buffer's position in the page are copied to the text file for the order interface and the message block |
s |
Information about the processing strategy is copied to the text file |
t |
The results of the internal time measurement 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>
...