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: Length of long datatypes

Re: Length of long datatypes

From: Tim Witort <trw_at_medicalert.org>
Date: 1997/04/07
Message-ID: <3349306A.245D@medicalert.org>#1/1

jim nash wrote:
>
> How does one determine the storage used by long datatypes?
>
> Specifically, I need something like 'max(vsize(long_data))' for a
> given table, for use in determining IMP <buffersize>, but vsize
> cannot be used with longs.

Probably not what you had in mind, but you could write a Pro*C program to select all the LONGs and keep track of the sizes to report the info you want. I use Pro*C a lot to manipulate LONG column data.

Received on Mon Apr 07 1997 - 00:00:00 CDT

Original text of this message

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