Oracle Profiler
478411Jun 1 2006 — edited Jun 5 2006I have a requirement to find all oracle stored procedure name which are run by front end application.
I have one EXE and Oracle 9i database. This exe will hit database different procedure. Now I want to find out procedure names which runs during application execution.
This can be done from SQL Profiler in Microsoft SQL Server database.
How can we do the same thing with Oracle?
can anybody through a light on this.