Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Calculating the size of a Long column

Calculating the size of a Long column

From: Chris Dunscombe <chris_at_thedunscombes.f2s.com>
Date: Fri, 19 Aug 2005 08:34:58 +0100
Message-ID: <1124436898.43058ba2d0379@webmail.christallize.com>


I've a largish table (24 GB) with a long column. I'd like to convert it to a varchar2 (easier to use than a CLOB) as I believe that the data stored in the long isn't actually very long.

However I don't know of an easy way (I could use Perl/Python/PLSQL etc and select the col in every row and do a length of the resulting strings) to calculate the max size for the long col given I can't use vsize 'cos it's a long of course. Any ideas?

BTW it's 8.1.7 on HP

Thanks,

Chris Dunscombe

www.christallize.com

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Aug 19 2005 - 02:37:01 CDT

Original text of this message

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