Answer Posted / Birbal Singh
TKPROF is a utility provided by Oracle to explain execution plans of SQL statements. It takes trace files generated during session analysis as input and generates formatted output that includes parse call stack, execution statistics, and optimizer statistics. To use TKPROF, you need to run the command 'tkprof <tracefile> <outputfile>', replacing '<tracefile>' with the name of the trace file and '<outputfile>' with the desired output file name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category