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: poor performance

Re: poor performance

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Fri, 19 Apr 2002 16:36:50 +0100
Message-ID: <3cc0398f$0$233$ed9e5944@reading.news.pipex.net>


"John Calder" <john_at_pixieware.com> wrote in message news:a9oq2r$fqq$1_at_lust.ihug.co.nz...
> Most promising, but I'll need to do some more experimentation
> is the PL/SQL language with at first look appears a lot nicer than
> other stored procedure languages I have worked with. Some
> question marks on how it is going to handle long strings for
> me . CLOB variables it seems from my reading so far but I need
> to try doing some stuff to make sense of the documentation on that.

the limit on a PL/SQL varchar variable is 32767 bytes. (which may or may not buy you anything). However if you are using CLOB columns in the db then DBMS_LOB which is a supplied package is what you need to delve into.

--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer

******************************************
Received on Fri Apr 19 2002 - 10:36:50 CDT

Original text of this message

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