Skip to content
Agustí Sánchez edited this page Apr 3, 2015 · 1 revision

http://docs.oracle.com/cd/B28359_01/java.111/b31224/diagnose.htm

Diagnosability in JDBC

In Oracle Database 11g, the JDBC drivers have been enhanced by including new diagnosabilty features and improving existing diagnosabilty features. These features enable users to diagnose problems in the applications that use Oracle JDBC drivers and the problems in the drivers themselves. They also reduce the effort required to develop and maintain Java applications that access an Oracle Database instance using Oracle JDBC drivers.

Oracle JDBC drivers provide the following diagnosabilty features that enable users to identify and fix problems in their JDBC applications:

Logging Diagnosability Management Note:

The diagnosability features of the JDBC drivers are based on the standard java.util.logging framework and thejavax.management MBean framework. Information about these standard frameworks is not covered in this document. Readers are advised to refer to the Sun Microsystems Web site to obtain information about these standard frameworks. Also refer to the Javadoc for java.util.logging for information about the various configuration options available.

Clone this wiki locally