A JDBC proxy driver for the recording and replay of database access
JDBC proxy driver to support the development and testing of database driven applications. In record mode, the driver records all data requested from the database layer in files. These files replace the database connection when switching to replay mode.
A little tool writen in java to trace the execution plan for a given database query. It works with Oracle 10g or higher and uses the JGoodies look and feel. You need to provide the Oracle.com JDBC-Driver and the JGoodies.org looks look and feel.
Source is now located at Github https://github.com/mgeiss/oraxtra.
JdbcProxy is a JDBC 2.0 driver that can help debug or test applications. The driver can wrap another JDBCdriver to debug the JDBC calls done by the application. The driver can also emulate another JDBCdriver to test the application without a database.