Hello Hackers! I have a java app (deployed on Jboss/ WebLogic) that I have to use, it uses ojdbc14.jar to talk to oracle, it's is a neat app but the documentation sucks, a lot of magic happens behind the scenes. I need to trace all SQL calls.
I have complete control on DB, App servers, DBA rights, admin rights everything.
How do I do it? Should I learn AOP? Should I research on Jdbc wrappers. Please provide a hack.