I looking for a software to trace all the statements on my oracle database. I have a Delphi application (without the source code) and there are many stored procedures called. To trace all the query executed I'm using this tool: Statement Tracer for Oracle
It works great. Now, I have a web application (Java + GWT using JDBC to connect to the DB) and I need to do the same thing. I don't want only the calls from my app to the db but every statement executed inside stored procedure. Does anybody know a tool in able to do that ?