| |
GeekInterview.com > Tech FAQs > PL/SQL
| Print | |
Question: what is meant by tuning and tk proof?
|
| July 07, 2007 04:20:46 |
#3 |
| vinit |
Member Since: Visitor Total Comments: N/A |
RE: what is meant by tuning and tk proof? |
tkproof is a oracle utility. it gives information about following parameters.
******************************************************************************** count = number of times OCI procedure was executed cpu = cpu time in seconds executing elapsed = elapsed time in seconds executing disk = number of physical reads of buffers from disk query = number of buffers gotten for consistent read current = number of buffers gotten in current mode (usually for update) rows = number of rows processed by the fetch or execute call ******************************************************************************** |
| |
Back To Question | |