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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Easy data types question - free format text

Re: Easy data types question - free format text

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Fri, 01 Sep 2000 21:49:02 +0800
Message-ID: <39AFB3CE.52D5@yahoo.com>

Simon Rawson wrote:
>
> Hi,
>
> I'm converting an Access database into Oracle and need advice on suitable
> data types to replace a memo field.
>
> The maximum length I expect to see is about 4000 characters, however it is
> free format text so I have to code it a little defensively.
>
> I understand that the long type would be most suitable, however this is an
> obsolete type according to the doco.
>
> Can anyone help with a recommendation and of so are there limitations on the
> use of the type recommended, particularly when using text searches in a
> select statement using like clauses etc.
>
> Thanks in advance,
> Simon Rawson

VARCHAR2 or CLOB.

HTH

-- 
===========================================
Connor McDonald
http://www.oracledba.co.uk

We are born naked, wet and hungry...then things get worse
Received on Fri Sep 01 2000 - 08:49:02 CDT

Original text of this message

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