dbTalk Databases Forums  

Shell I use CLOB column?

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss Shell I use CLOB column? in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
kenosha
 
Posts: n/a

Default Shell I use CLOB column? - 12-20-2004 , 02:49 PM







I need to store character data of size up to 64K.
Is it a good case for using CLOB column? - I was thinking
that CLOB was designed for much larger sized data, but on
the other hand, there doesn't seem to be good alternative -
VARCHAR is not large enough and breaking it up into several
records to use VARCHAR looks ugly.

Please advise.


Reply With Quote
  #2  
Old   
Thomas Kyte
 
Posts: n/a

Default Re: Shell I use CLOB column? - 12-20-2004 , 04:06 PM






In article <1103575762.507809.231610 (AT) f14g2000cwb (DOT) googlegroups.com>, kenosha
says...
Quote:

I need to store character data of size up to 64K.
Is it a good case for using CLOB column? - I was thinking
that CLOB was designed for much larger sized data, but on
the other hand, there doesn't seem to be good alternative -
VARCHAR is not large enough and breaking it up into several
records to use VARCHAR looks ugly.

Please advise.

clobs were designed for all text over 4000 bytes.... it would be the
appropriate type to store 64k of text.


--
Thomas Kyte
Oracle Public Sector
http://asktom.oracle.com/
opinions are my own and may not reflect those of Oracle Corporation


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.