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

Home -> Community -> Usenet -> c.d.o.server -> Re: Statements parsing from stored procedures

Re: Statements parsing from stored procedures

From: <stevedhoward_at_gmail.com>
Date: 25 Apr 2006 08:46:05 -0700
Message-ID: <1145979965.533051.86960@t31g2000cwb.googlegroups.com>


Hi Shailesh,

I'm glad you found a fix, but I am curious.

In your original problem statement, you were doing SELECT's inside a package and doing a lot of soft parsing, but the example above has simple INSERTs in a loop. Just to clarify, have you found a way to eliminate the soft parses for the SELECTs inside a loop of a PL/SQL program unit, or just for straight INSERT's? The INSERT's I can understand not being soft parsed, but I would like to know if you eliminated the soft parsing for the PL/SQL piece.

Regards,

Steve Received on Tue Apr 25 2006 - 10:46:05 CDT

Original text of this message

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