4

99% of my time is in SQL Server land and so I'm not at all familiar with Oracle or its products...Is there a similar application to Microsoft SQL Profiler for use against Oracle databases? I'm helping debug/tune an ASP.Net application that connects to Oracle using ODAC etc

thanks heaps!

davidsleeps
  • 9,393
  • 11
  • 59
  • 73

4 Answers4

1

See this: Oracle: is there a tool to trace queries, like Profiler for sql server?

and this:

http://www.oradev.com/create_statistics.jsp

Community
  • 1
  • 1
Cătălin Pitiș
  • 14,123
  • 2
  • 39
  • 62
0

Explain Plan

For tuning individual statements you can use "explain plan". Try a copy of the free Sql Developer, it has a nice GUI interface for this.

http://www.oracle.com/technology/products/database/sql_developer/index.html

Mark Harrison
  • 297,451
  • 125
  • 333
  • 465
0

Along with the answers given so far, it is also worth mentioning the PL/SQL Profiler

Ian Carpenter
  • 8,346
  • 6
  • 50
  • 82
0

Some kind of profiler tool for Oracle

  1. dbForge Studio for Oracle
  2. GI Oracle Profiler 
  3. Statement Tracer for Oracle

Hopefully this is what you are looking for

XNH
  • 36
  • 5