I am using spring to initializing the database connections and those
are in applicationContext.xml configuration file
And java DAO part we are getting the jdbcTemplate Object and after
that we are executing the above query.for the logging things we are
using log4j.
Now question is how to get the query of prepared statements.Is this
details relevant for you to provide me some steps to log the query
Thanks a lot for your quick reply.
On Mar 9, 4:38 am, Andrey Kolyadenko <
akolyade...@gmail.com> wrote:
> Hi, you can follow steps from the wiki and configure logging proxy depends
> on your environment. If you will provide more details how you are accessing
> DB(app server/servlet container, DB type, how you configure DB connection) I
> may give you some hints.
>