SQL TraceSQL Trace is a convenient tool for detecting problems when working with the persistent layer. It is an application that provides traces for JDBC methods that access the database or are otherwise important for the database connectivity. You can choose to activate or deactivate it.
You can use SQL Trace to check the execution of SQL statements in both system and application threads. The function provides detailed information about the traced statements, such as the thread, application, method, and session in which the statement was executed, the execution duration, and so on.
For more
information, see
SQL Trace in the
Development Manual.