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 -> Re: very simple question

Re: very simple question

From: Jim Kennedy <kennedy-down_with_spammers_at_attbi.com>
Date: Sat, 18 Jan 2003 17:01:42 GMT
Message-ID: <WLfW9.36438$Yq3.8177@sccrnsc02>


In 8i and 9i you cannot do that in a long field. (unless you write your own pl/sql routines) For lobs use dbms_lob. I think in 9i lobs are more "friendly" and you can use more standard sql functions. Have to read the docs though.
Jim

--
Replace part of the email address: kennedy-down_with_spammers_at_attbi.com
with family.  Remove the negative part, keep the minus sign.  You can figure
it out.
"Paul Taylor" <paul.taylor_at_zen.co.uk> wrote in message
news:vp1j2v417904b4nos5ak56dil63dl4v3kr_at_4ax.com...

> How do I search for something in a LONG or CLOB field? I read that
> Oracle 9 allows these types to be treated like VARCHAR2. But I'm using
> Oracle 8i. I want to do things like LEN and LIKE on a LONG field and
> have never needed to in the past.
Received on Sat Jan 18 2003 - 11:01:42 CST

Original text of this message

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