fchcnt number of times fetch was called //取数据的数目。
fchcpu cpu time spent fetching //取数据所占用的CPU时间。
fchela elapsed time fetching //取数据所占用的时间(总是大于或等于CPU时间)。
fchdsk number of disk reads during fetch //取数据期间,从磁盘进行物理读取的数目。
fchcu number of buffers for current read during fetch //取数据期间,当前模式读取(CURRENT MODE BLOCK READ)的数目。
fchrow number of rows fetched //所获取的行数。
userid userid of user that parsed the cursor. 关于Oracle跟踪文件分析工具TKPROF的使用就介绍到这里,谢谢大家!