26.08.2008

TRACE ANALYZER

Bugun sqlleri izlemek icin TKPROF yetmedigi ve daha detaya girlmesi gerektigi durumlarda ne yapmamiz gerektigi hakkinda fikirlerimi sizlerle paylasmak istedim.

Trace analyzer sayesinde daha detayli bir performans analizine ulasabiliriz.PLSQLdende kullanabiliriz.
9i,10g,11g versiyonlarinda kullanmamiz mumkundur. Platform olarakda windows linux ve unix ortamlarinda kullanabiliriz.
TKPROF gore cok daha fazla detay gorebiliriz install edilmesi gereken bir sqller toplulugudur.

Input olarak
• Trace(s) generated by event 10046 level 1, 4, 8 or 12
• Located in UDUMP or a designated server directory
• Unlimited size
• To analyze one Trace
• Provide name of trace file
• To analyze multiple Traces
• Create a control file with names of the traces
• Provide name of control file
• Output
• Comprehensive report with performance analysis details
• HTML and Text formats

alıp output olarakda
HTML ve TEXT rapor cikarabiliriz.

output olarak alinacak raporlar

Glossary of Terms Used
• Response Time Summary
• Overall Time and Totals
• Non-Recursive Time and Totals
• Recursive Time and Totals
• Top SQL
• Non-Recursive SQL
• SQL Genealogy
• Individual SQL ,Overall Segment I/O Wait Summary
• Hot I/O Blocks
• Gaps in Trace
• ORA errors in Trace
• Transactions Summary
• Non-default Initialization Parameters
• Trace Header
• Tool Execution Environment
• Tool Configuration Parameters
ana basliklarinda yer alabilir.

Her sql icin

For each SQL
Zamanlama bilgisi,toplam bilgileri bind bilgileri,source plan,explain plan,tablo ve index bilgileri,segment IO bilgileri yer alan bazı onamli bilgilerdir.

Metalinkten 224270.1:1 download edip surecimize baslayabiliriz.
SQL Trace 10046 level 1, 4, 8 or 12 alinir

sqlplus hr/hr
SQL> start trcanlzr.sql [name of your trace file]
SQL> start trcanlzr.sql largesql.trc <== your trace file
SQL> start trcanlzr.sql control_file.txt <== your text file

html ve text rapor olusturur.

paket icinde yeralan sql acilimi


Create Script - tacreate.sql
• Drop - tadrop.sql
• Create User - tacusr.sql
• Create Schema Objects - tacobj.sql
• Create PL/SQL Packages – tacpkg.sql
• Views - tacvw.sql
• Global - trca$g
• Parse - trca$p
• Transform - trca$t
• Invokers Rights - trca$i
• HTML Report - trca$r
• Text Report - trca$x

Hiç yorum yok: