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 -> LONG RAW data size

LONG RAW data size

From: Massis Isagholian <massis_at_isagholian.com>
Date: Wed, 26 Feb 2003 01:40:45 GMT
Message-ID: <xWU6a.761$Uy4.64672@bgtnsc05-news.ops.worldnet.att.net>


Is there a way to determine the amount of data that's stored in a LONG RAW column via the OCI8 interface?

To clarify, I have some variable size data stored in LONG RAW columns. The application that writes the data doesn't store the size of the LONG RAW data that I'm now trying to read.

Unfortunately, both single and piecewise fetch operations (with OCI8) require priori knowledge of data size (number of bytes) in LONG RAW columns. Pre-allocating the 2GB max memory is obviously out of the question.

I'm really stuck at this point and would appreciate your input.

Massis Received on Tue Feb 25 2003 - 19:40:45 CST

Original text of this message

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