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.
Recommendations
itrprof SQL Analyzer can read TEXT, ZIP(.zip)
and GZIP(.gz) files. If ZIP files
include more than one file, only first one is processed.
To reduce uploading time, compression is strongly recommended.
Enable HTTP/1.1 support for your browsers. itrprof SQL
Analyzer sends compressed response to HTTP/1.1 enabled browsers.
Then, browsers de-compress reponse on the fly.
If you don't need bind variables, don't generate Event
10046 trace files in level 12. This may cause big trace
files. Event 10046 in level 8 is strongly recommended if
you need just tuning advice.
For general tips: Performance
tips in itrprof SQL Analyzer User Manual.
Warnings
Don't generate trace files for Oracle Multi-Threaded Sessions
(MTS). If your database is MTS configured, add SERVER=DEDICATED
to your tns alias in your tnsnames.ora.
Don't upload tkprof outputs, SQL statements or other wrong
files. Upload unformatted SQL_TRACE
or Event 10046 raw trace files.