* Versão do Oracle: 10 XE
* Sistema Operacional: Vista
Ola.. bom dia,
Gostaria de uma ajuda para interpretar o resultado de um TKPROF
executei a query duas vezes montada de forma diferente...
>>>>ORIGINAL
call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 1 0.00 0.00 0 0 0 0
Execute 1 0.29 0.26 3 63 0 0
Fetch 1 8.39 8.65 48 207474 0 13
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 3 8.68 8.92 51 207537 0 13
>>>>ALTERADO
call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 1 0.51 0.54 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 1 4.29 5.15 0 45538 0 6046
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 3 4.80 5.69 0 45538 0 6046
>>>>ORIGINAL
Misses in library cache during parse: 1
Misses in library cache during execute: 1
Optimizer mode: ALL_ROWS
Parsing user id: 38
>>>>ALTERADO
Misses in library cache during parse: 1
Optimizer mode: ALL_ROWS
Parsing user id: 38 (recursive depth: 1)
Obrigado
Abraçs