Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: how to get parse and execution number for a sql

Re: how to get parse and execution number for a sql

From: Paul Baumgartel <treegarden_at_yahoo.com>
Date: Thu, 26 Feb 2004 08:23:02 -0800 (PST)
Message-ID: <20040226162302.68577.qmail@web13426.mail.yahoo.com>


This doesn't sound right to me, in fact it sounds backwards.

If an incoming SQL statement is found in the library cache, then that is evidence that it is syntactically and semantically correct. The soft parsing is required to resolve names, etc. within the context of the issuing session's privilege domain; this may lead to the creation of a new child cursor.

Paul Baumgartel


Do you Yahoo!?
Get better spam protection with Yahoo! Mail. http://antispam.yahoo.com/tools

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_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
-----------------------------------------------------------------
Received on Thu Feb 26 2004 - 10:30:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US