Navigation
Free Analysis
You do not have the roles required to access this portlet.
 
itrprof SQL Analyzer

  • itrprof SQL Analyzer is a web based tool which analyzes SQL_TRACE and Event 10046 trace files of Oracle; finds bottlenecks and offers information on how to tune them.
Why itrprof SQL Analyzer

Dictionary Traps

Many statistics of child(recursive) statements are included in their parents' statistics. If you query dictionary views directly, you may fall in this trap. This may distort your measurements and decisions.


Self Tuning Advice

You can write your own dynamic tuning advices.


Fast

  • itrprof SQL Analyzer can read trace files in ZIP(.zip) and GZIP(.gz) formats.
  • itrprof SQL Analyzer sends compressed analysis results to HTTP/1.1 enabled browsers. Then, browsers de-compress reponse on the fly.
  • itrprof SQL Analyzer doesn't save trace files to server. Trace files are processed in the memory-efficient data structures ON-THE-FLY while you post your trace files.
  • itrprof SQL Analyzer uses its own data structures such as Hash, Tree, List, etc. It doesn't use any database.
  • itrprof SQL Analyzer is a web based Java Servlet application. Java Servlet technology is faster than other technologies such as CGI.


WEB Based

You don't have to install anything on your clients. Installing and upgrading are very easy.


Response Time Based

itrprof SQL Analyzer uses Response Time Performance Modeling. In other words, itrprof SQL Analyzer uses the best performance analysis method for diagnosing performance problems.


Security

SQL_TRACE and Event 10046 trace files don't include CONNECT statements. That means your username/password in CONNECT statements are not included in SQL_TRACE and Event 10046 trace files.


Event 10046 Trace Files

itrprof SQL Analyzer analyzes Event 10046 trace, that is one of the best available sources for Oracle tuning. It includes many statistics to tune Oracle.


Trace File Traps

There are a lot of traps in Event 10046 trace files. Interpreting trace files by simple scripts may cause very erroneous results. itrprof SQL Analyzer with the source code of around 6.500 lines reports accurate analysis results.
Features Table

Feature Available
Overall response time Yes
Overall NON-SYS statistics Yes
Overall NON-SYS service histograms Yes
Overall NON-SYS waits Yes
Overall NON-SYS wait histograms Yes
Overall NON-SYS tuning advices Yes
Overall SYS statistics Yes
Overall SYS service histograms Yes
Overall SYS waits Yes
Overall SYS wait histograms Yes
Overall SYS tuning advices Yes
Overall UN-KNOWN waits Yes
Overall UN-KNOWN wait histograms Yes
Overall UN-KNOWN tuning advices Yes
Oracle database 7.3.3 to 10g
Catching physical corruptions in trace files Yes
Catching logical corruptions in trace files Yes
Top N slowest statements Yes
Number of execution plans for each statements Unlimited
Grouping wait events by name Yes
Grouping wait events by name,P1 Yes
Grouping wait events by name,P1,P2 Yes
Grouping wait events by name,P1,P2,P3 Yes
Aggregating statements Yes
Determining number of buckets Yes
Determining bucket width Yes
Option for SYS statements Yes
Bind variables Yes
Number of loops for bind variables Unlimited
Number of bind variables Unlimited
Determining tuning advice limit Yes
Comparison of 2 trace files Yes
Statement response time Yes
Statement exclusive statistics Yes
Statement service histograms Yes
Statement cumulative statistics Yes
Child statements of statement Yes
Statement waits Yes
Statement wait histograms Yes
Statement tuning advice Yes
User interface parameters Yes
Trace file statistics Yes
Web based Yes
Charts Yes
HTTP 1/1 support Yes
Reading ZIP(.zip) trace files Yes
Reading GZIP(.gz) trace files Yes
Analyzing trace files on the fly without saving to a database or a file Yes
Analyzing Remote Procedure Calls(RPC) Yes
Analyzing segment level statistics in execution plans Yes
Java-Servlet based, platform independent Yes
Multi-threaded Java source code Yes
Cascade Style Sheet (CSS) output Yes
User Manual

itrprof SQL Analyzer User Manual explains the features, use and error codes of itrprof SQL Analyzer.