uCosminexus Application Server, Maintenance and Migration Guide

[Contents][Glossary][Index][Back][Next]

8.21.10 Trace collection points and trace information that can be collected during the connection operation of the DB Connector

Organization of this subsection
(1) Trace collection points and PRF trace collection levels
(2) Trace information that can be collected

(1) Trace collection points and PRF trace collection levels

The following table describes the event IDs, trace collection points, and PRF trace collection levels.

Table 8-143 Details of trace collection points during the connection operation of the DB Connector

Event ID No. in the figure# Trace acquisition points Level
0xA3A4 1 Immediately before invoking DataSource#getConnection() B
0xA3A5 2 Immediately after returning from DataSource#getConnection() B
0xA3A6 1 Immediately before invoking DataSource#getConnection(String, String) B
0xA3A7 2 Immediately after returning from DataSource#getConnection(String, String) B
0xA3A8 1 Immediately before invoking DriverManager#getConnection(String, Properties) B
0xA3A9 2 Immediately after returning from DriverManager#getConnection(String, Properties) B
0xA3AA 1 Immediately before invoking DriverManager#getConnection(String, String, String) B
0xA3AB 2 Immediately after returning from DriverManager#getConnection(String, String, String) B
0xA3AC 9 Immediately before invoking Connection#close() B
0xA3AD 10 Immediately after returning from Connection#close() B
0xA3AE 7 Immediately before invoking Connection#commit() B
0xA3AF 8 Immediately after returning from Connection#commit() B
0xA3B0 3 Immediately before invoking Connection#createStatement() B
0xA3B1 4 Immediately after returning from Connection#createStatement() B
0xA3B2 3 Immediately before invoking Connection#prepareCall(String) B
0xA3B3 4 Immediately after returning from Connection#prepareCall(String) B
0xA3B4 3 Immediately before invoking Connection#prepareCall(String, int, int) B
0xA3B5 4 Immediately after returning from Connection#prepareCall(String, int, int) B
0xA3B6 3 Immediately before invoking Connection#prepareStatement(String) B
0xA3B7 4 Immediately after returning from Connection#prepareStatement(String) B
0xA3B8 3 Immediately before invoking Connection#prepareStatement(String, int, int) B
0xA3B9 4 Immediately after returning from Connection#prepareStatement(String , int, int) B
0xA3BA 7 Immediately before invoking Connection#rollback() B
0xA3BB 8 Immediately after returning from Connection#rollback() B
0xA3BC 5 Immediately before invoking Statement#executeQuery(String) B
0xA3BD 6 Immediately after returning from Statement#executeQuery(String) B
0xA3BE 5 Immediately before invoking Statement#executeUpdate(String) B
0xA3BF 6 Immediately after returning from Statement#executeUpdate(String) B
0xA3C0 5 Immediately before invoking PreparedStatemen#executeUpdate() B
0xA3C1 6 Immediately after returning from PreparedStatemen#executeUpdate() B
0xA3C2 5 Immediately before invoking PreparedStatemen#executeQuery() B
0xA3C3 6 Immediately after returning from PreparedStatemen#executeQuery() B

Legend:
B: Advanced

#
Corresponds to the numbers in Figure 8-85.

The following figure shows the trace collection points.

Figure 8-85 Trace collection points during the connection operation of the DB Connector

[Figure]

(2) Trace information that can be collected

The following table describes the trace information that can be collected during the connection operation of the DB Connector.

Table 8-144 Trace information that can be collected during the connection operation of the DB Connector

No. in the figure#1 Event ID Level Information that you can acquire
Interface name Operation name Optional
1 0xA3A4 B -- -- --
0xA3A6 B -- -- --
0xA3A8 B -- -- --
0xA3AA B -- -- --
2 0xA3A5 B -- -- #2
0xA3A7 B -- -- #2
0xA3A9 B -- -- #2
0xA3AB B -- -- #2
3 0xA3B0 B -- -- --
0xA3B2 B -- -- --
0xA3B4 B -- -- --
0xA3B6 B -- -- --
0xA3B8 B -- -- --
4 0xA3B1 B -- -- #2
0xA3B3 B -- -- #2
0xA3B5 B -- -- #2
0xA3B7 B -- -- #2
0xA3B9 B -- -- #2
5 0xA3BC B -- -- --
0xA3BE B -- -- --
0xA3C0 B -- -- --
0xA3C2 B -- -- --
6 0xA3BD B -- -- #2
0xA3BF B -- -- #2
0xA3C1 B -- -- #2
0xA3C3 B -- -- #2
7 0xA3AE B -- -- --
0xA3BA B -- -- --
8 0xA3AF B -- -- #2
0xA3BB B -- -- #2
9 0xA3AC B -- -- --
10 0xA3AD B -- -- #2

Legend:
B: Advanced
--: Not applicable

#1
Corresponds to the numbers in Figure 8-85.

#2
When an exception occurs, the exception is displayed.