what is meant by tuning and tk proof?

Answer Posted / swapna

Tunning means Making the database application run
faster,faster means high througtput. You can also say
that when your program using so many resources and
performance is low,now TUNNING comes in the picture.

Tunning Considerations

1) database availibility.
2)Database hit percentages.
3)Memory Utilization. etc

Tunning Steps

1) Tune the database(normalization).
2) Tune the application design.
3) Tune the resource concetanation.
4) Tune the Operating System. etc

For Tunning some Tools are avaliable.

1) SQL Trace / Autotrace.
2) Explain Plan.
3) SQL analyser.
4) TKPROOF. Tkproof is a utility that convert the .trc file
(trace file,which is in semi readble
format) in to readble format.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does join work in sql?

546


What does sql stand for?

537


What is benefit of creating memory optimized table?

531


What is faster join or subquery?

502


What is sp_helptext?

582






What's the difference between inner join and left join?

507


What is normalisation and its types?

541


how to check server status with 'mysqladmin'? : Sql dba

554


What is crud stand for?

559


What will you get by the cursor attribute sql%rowcount?

545


How many joins in sql?

542


How to read/write files from pl/sql?

573


How do you delete data from a table?

532


What is exit statement?

537


Is stored procedure faster than query?

556