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: errr, umm, variables in inserts, possible, help? :)

Re: errr, umm, variables in inserts, possible, help? :)

From: Mike Williams <news_at_mike-williams.co.uk>
Date: Sun, 03 Feb 2002 22:31:22 +0000
Message-ID: <jeer5u8pnq7jtdtklr930mg9bjrn0ra926@4ax.com>


On 3 Feb 2002 13:24:32 -0800, Thomas Kyte <tkyte_at_us.oracle.com> wrote:

>Just add:
>
>set define off
>
>at the top of your script, also add:
>
>alter session set cursor_sharing=force;
>
>and it'll run faster/smoother and won't kill your shared pool.
>

It's easy when you know how :)

Cheers Thomas, that would have taken me days of trawling through the docs to find.

Cheers
Mike Williams
notnet Webhosting
http://www.notnet.co.uk Received on Sun Feb 03 2002 - 16:31:22 CST

Original text of this message

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