vote up 1 vote down star

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!

flag

What version of Oracle are you using? – Craig McKeachie Aug 14 at 2:27
10g I believe... – davidsleeps Aug 14 at 3:54

3 Answers

vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.