Allows knowing what happens in the JDBC connections to the databases.
No | The log will not be activated. This is the default value. |
Yes | The log will be activated. |
Platforms: Web(Java)
This property allows to generate a jdbc log file with useful information for debugging purposes:
- Jdbc driver version, jdbc connection string, connection pool parameters.
- Java generator version, and classpath.
- Creation, reuse and recycle of jdbc connections.
- SQL sentences executed, and parameters assigned to them.
- Time elapsed between SQL sentences.
- SQL Sentence pool status.
- Any JDBC error thrown by the JDBC driver is shown in the JDBC log.
The JDBC log can be generated by connection (one trace per connection) or all the JDBC connections can be shown in the same trace log (Use unique names property).
To apply the corresponding changes when the property value is configured, execute a Build with this Only of the object.
SAC #16033
Use unique names property
JDBC Log File property
Enable buffering property
Detail property