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 -> Storing Moderate Size Free Form Text

Storing Moderate Size Free Form Text

From: Ed Jennings <e.jennings_at_domain-tech.com>
Date: 1997/12/19
Message-ID: <349AC1A6.7BCD@domain-tech.com>#1/1

I have a legacy system (PC Based) that stores free form text in MEMO fields. I'm moving the entire system to Oracle/NT and have reached a crossroads. The text varies from about 1K chars to about 10K chars. Clearly the varchar2(2000) (by itself) is inadequate, but the LONG datatype is too cumbersome. Among other requirements, the users want to perform searches on this column (infrequently, but nontheless a req.) I was about to go to a varchar2(2000) and break up the data on the application side into chunks of 2K strings. But now I'm beginning to look into CLOBs in Oracle8. Does anyone have any experience using CLOBs?. Are they a little easier to use than LONGs? Do they allow wild card searches? Should I stick with varchar2? Does anyone have any other advice they can offer?

All guidance is appreciated.

-- 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ed Jennings Database Engineer Domain technologies, Inc. e.jennings_at_domain-tech.com The opinions expressed are my own and not those of Domain technologies.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Received on Fri Dec 19 1997 - 00:00:00 CST

Original text of this message

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