How to get values of bind parameters from Oracle JDBC PreparedStatement object

后端 未结 2 664
南方客
南方客 2021-02-06 03:26

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

2条回答
  •  猫巷女王i
    2021-02-06 03:59

    You can have a look at p6spy , it's a proxy to your database driver that allows monitoring and logging.

提交回复
热议问题