views:

348

answers:

3

Hi,

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!

A: 

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
A: 

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

carpenteri