I love the Microsoft SQL Server profiler tool. This tool can be used for a lot of things but I like to use it to trace which stored procedures are called from my application and the parameters values that where used. Today I needed something similar for Oracle. Unfortunately this seems not as easy as it is with SQL Server. This is why I don't like Oracle everything is made so difficult...
There is a tool, however, that can trace the sql statements passed to the Oracle RDBMS. It's called OraTracer and can be found on the following website: http://www.aboves.com.
It is not as advanced as the SQL Server profiler tool but then again it's free! Before we get too excited I must point out OraTracer does not trace connections made from ASP.NET or BizTalk. I'm still trying to figure out why. Perhaps it has something to do with these processes not running under the normal user account...