From oracle-l-bounce@freelists.org Mon Mar 8 13:46:33 2004 Return-Path: Received: from air189.startdedicated.com (root@localhost) by orafaq.com (8.11.6/8.11.6) with ESMTP id i28JkX027775 for ; Mon, 8 Mar 2004 13:46:33 -0600 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air189.startdedicated.com (8.11.6/8.11.6) with ESMTP id i28JkXo27769 for ; Mon, 8 Mar 2004 13:46:33 -0600 Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 28B2D394C0B; Mon, 8 Mar 2004 14:46:28 -0500 (EST) Received: with ECARTIS (v1.0.0; list oracle-l); Mon, 08 Mar 2004 14:45:24 -0500 (EST) X-Original-To: oracle-l@freelists.org Delivered-To: oracle-l@freelists.org Received: from lakemtao02.cox.net (lakemtao02.cox.net [68.1.17.243]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 3FCF3394BA1 for ; Mon, 8 Mar 2004 14:45:21 -0500 (EST) Received: from smtp.east.cox.net ([172.18.52.54]) by lakemtao02.cox.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040308195001.RHGQ11398.lakemtao02.cox.net@smtp.east.cox.net> for ; Mon, 8 Mar 2004 14:50:01 -0500 From: To: oracle-l@freelists.org Subject: tkprof and parse count? Date: Mon, 8 Mar 2004 14:50:02 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Message-Id: <20040308195001.RHGQ11398.lakemtao02.cox.net@smtp.east.cox.net> X-archive-position: 122 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: ryan.gaffuri@cox.net Precedence: normal Reply-To: oracle-l@freelists.org X-list: oracle-l Below is a simple tkprof output. Why is my parse count = 4? if there is no CPU time used? I take this to mean, I did not incur a hard parse? How come the 'count' goes up? I can't find this in the docs on metalink. select 2 from dual call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 4 0.00 0.00 0 0 0 0 Execute 4 0.00 0.00 0 0 0 0 Fetch 8 0.00 0.00 0 12 0 4 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 16 0.00 0.00 0 12 0 4 ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request@freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------