I want to implement logging of all executed statements with actual bind parameters when using Oracle JDBC. And I would prefer that I could create such logging method only passin
You can have a look at p6spy , it's a proxy to your database driver that allows monitoring and logging.