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: Most suitable data type

Re: Most suitable data type

From: Gary <garygfx_at_hotmail.com>
Date: Sun, 3 Sep 2000 12:36:13 +0100
Message-ID: <8otd01$9e7$1@uranium.btinternet.com>

Thanks, Connor. Now I just wish I could understand what the document is talking about! :-(

Gary.

Connor McDonald <connor_mcdonald_at_yahoo.com> wrote in message news:39B1AADD.212_at_yahoo.com...
> Gary wrote:
> >
> > Steve_at_e-DBA <steve.taylor_at_e-dba.net> wrote in message
> > news:8oo7dq$na6$1_at_nntp.mistral.co.uk...
> > > You could use a CLOB, in which you can store up to 4Gig. These are
 not
 the
> > > easiest of datatypes to use if you are not familiar with Oracle.
> >
> > Can CLOBs be queried like this?:
> >
> > select article from table1
> > where lower(article) like '%elephant%'
> > order by lower(article)
> >
> > You say they're not easy to use, could you give an example why that is
> > please? I'm having the same problems as Simon deciding which datatype to
> > use, and 4000 chars will be a little tight now and then.
> >
> > Thanks,
> > Gary.
>
> All your access to clobs is typically through the DBMS_LOB package. You
> can read about that at
>

http://technet.oracle.com/doc/oracle8i_816/server.816/a76936/dbms_lob.htm#99 8100
>
> You need to register (but its free)
> --
> ===========================================
> Connor McDonald
> http://www.oracledba.co.uk
>
> We are born naked, wet and hungry...then things get worse
Received on Sun Sep 03 2000 - 06:36:13 CDT

Original text of this message

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