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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Disable Buffering

Re: Disable Buffering

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Thu, 27 Feb 2003 07:06:20 +0100
Message-ID: <1mar5v4vf86umj6goe6prgl48u9ie9dkp0@4ax.com>


On Wed, 26 Feb 2003 23:10:38 GMT, Karsten Farrell <kfarrell_at_belgariad.com> wrote:

>If you're building dynamic sql, this is easy ... just avoid using bind
>variables. Use literals, like "where sequence_field = 1000" then use
>1001, 1002, and so on. You'll force a hard parse, and most likely not
>find the particular record in cache.

Your remarks pertain to the sql statements, the OP talks about *data*

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Thu Feb 27 2003 - 00:06:20 CST

Original text of this message

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