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!

4

4 に答える 4

1

これを参照してください: Oracle: SQL サーバー用のプロファイラーなど、クエリをトレースするツールはありますか?

この:

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

于 2009-08-14T06:18:50.553 に答える
0

これまでの回答に加えて、PL/SQL プロファイラーについても言及する価値があります。

于 2009-08-14T08:39:55.667 に答える
0

計画の説明

個々のステートメントを調整するには、「explain plan」を使用できます。無料の Sql Developer のコピーを試してみてください。これには優れた GUI インターフェイスがあります。

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

于 2009-08-14T02:41:00.670 に答える