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: LONGRAW actual data size

Re: LONGRAW actual data size

From: Jim Kennedy <kennedy-down_with_spammers_at_attbi.com>
Date: Fri, 21 Feb 2003 01:49:04 GMT
Message-ID: <kAf5a.193182$be.179017@rwcrnsc53>


Yes, use lobs. long raws are deprecated and you should not use them If you insist on using them then no there is not any method. You must do a piece wise fetch.
Jim

--
Replace part of the email address: kennedy-down_with_spammers_at_attbi.com
with family.  Remove the negative part, keep the minus sign.  You can figure
it out.
"Massis Isagholian" <massis_at_isagholian.com> wrote in message
news:pda5a.43548$rq4.3557436_at_bgtnsc05-news.ops.worldnet.att.net...

>
> I need to determine the amount of buffer space to allocate for
LONG/LONGRAW
> columns using the OCI7 interface. From what I can tell, the actual size
of
> the data in LONGRAW columns are unknown until a fetch statement is
executed.
> Is there a way to obtain the actual size of LONGRAW data then allocate and
> bind the buffer prior to a fetch?
>
> Thank you for your help.
>
> Massis
>
>
>
Received on Thu Feb 20 2003 - 19:49:04 CST

Original text of this message

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