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: Extracting the size of an Oracle LONG data type

Re: Extracting the size of an Oracle LONG data type

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 1998/12/01
Message-ID: <3663A64A.4AB6C1A3@sybrandb.demon.nl>#1/1

select vsize(<expression>)
from table
should do it

Hth,

Sybrand Bakker, Oracle DBA

Kelvin Baggs wrote:

> Hi all
>
> I am wanting to query an Oracle database to find the size of an Oracle
> LONG, so that I can allocate the required amount of memory in a C program.
>
> Is it possible to find the size of a LONG in my table?
>
> Thanks in advance.
> Kelvin Baggs

--
Received on Tue Dec 01 1998 - 00:00:00 CST

Original text of this message

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