SQL Database Connectivity (SQLDBC) is a runtime environment for the development of database applications and database interfaces for SAP MaxDB. Using SQLDBC, applications can access SAP MaxDB databases, execute SQL statements, and edit data. SQLDBC consists of the runtime library libSQLDBC, the software development kit SQLDBC SDK and the tool sqldbc_cons. SQLDBC offers a comprehensive range of trace options..
The Tools user menu in the DBA Cockpit contains, among other things, the SQLDBC trace tool.
Caution
Traces compromise performance. Use traces only for troubleshooting and problem analysis.
Open the DBA Cockpit (transaction DBACOCKPIT) and select .
To activate the trace, proceed as follows:
Select the required process.
Choose one of the following options:
Trace | Content |
---|---|
SQL (Switch on SQL trace) | SQL Statements (simplest trace, adequate for most analyses) |
Short (Switch on short trace) | Method calls |
Long (Switch on long trace) | Method calls with call parameters (most comprehensive trace) |
Packet (Switch on packet trace) | Communication packages |
Enter the size of the trace file.
The trace files contain a file name with convention sqldbctrace-<pid>.prt, where <pid> is the process ID. The trace files are overwritten cyclically.
To deactivate the trace, select the process for writing to the trace and then select Switch Off.
You can choose the name of the trace file. To do this, choose
.You can choose the size of the trace file. To do this, choose
.Select the required trace file to analyze the trace. Choose Display File.
SQLDBC Manual, Using SQLDBC Trace