TKPROF is a Oracle utility that formats and interprets raw trace files generated by SQL_TRACE. The raw trace file is binary and hard to read directly. TKPROF converts it into human-readable format showing execution statistics, SQL statements, and timing information for performance analysis.