The Database Trace tool records the following information in the log file when you trace a database connection:
Parameters used to connect to the database
Time to perform each database operation (in milliseconds)
The internal commands executed to retrieve and display table and column information from your database. Examples include:
Preparing and executing SQL statements such as SELECT, INSERT, UPDATE, and DELETE
Getting column descriptions
Fetching table rows
Binding user-supplied values to columns (if your database supports bind variables)
Committing and rolling back database changes
Disconnection from the database
Shutdown of the database interface