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: statspack report shows low execute to parse%

Re: statspack report shows low execute to parse%

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 4 Sep 2005 16:07:59 -0700
Message-ID: <1125875279.326612.300850@g14g2000cwa.googlegroups.com>


Dynamic SQL is SQL generated at runtime and has to be parsed. Static SQL used to be the term used in the Oracle Pro*c for prepared SQL which should allow the reuse of SQL build using bind variables. I think I got this right. You want to use prepared SQL statements build with bind variables and avoid dynamic SQl whenever possible.

Received on Sun Sep 04 2005 - 18:07:59 CDT

Original text of this message

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