GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  PL/SQL

 Print  |  
Question:  what is meant by tuning and tk proof?



January 01, 2006 07:05:20 #1
 kehri_anurag   Member Since: January 2006    Total Comments: 12 

RE: what is meant by tuning and tk proof?
 

HI Suneel,

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.

ex. SQL> tkproof xyz.trc to readme.txt

 

     

 

Back To Question