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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to search on LONG datatype column

RE: How to search on LONG datatype column

From: Gogala, Mladen <Mladen.Gogala_at_aetn.com>
Date: Tue, 26 Oct 2004 14:54:29 -0400
Message-ID: <30462D80AA52E74698512ADCC4F7EAA317C1FC8D@EXCHANGE>


Try "CONTAINS". You will need to install intermedia, create preferences and index those LONG columns. Oracle*Intermedia is not free software, it has to be purchased. If you don't want to purchase Intermedia, you can convert LONG columns into BFILE and use egrep or perl. Good luck with that.

--
Mladen Gogala
A & E TV Network
Ext. 1216



> -----Original Message-----
> From: Sami Seerangan [mailto:dba.orcl_at_gmail.com]
> Sent: Tuesday, October 26, 2004 2:42 PM
> To: Oracle Discussion List
> Subject: How to search on LONG datatype column
>
>
> Hi All,
>
> I want to search something based on search_condition. Since
> search_condition column is LONG data type I could not use
> "like" or "=" operator.
-- http://www.freelists.org/webpage/oracle-l
Received on Tue Oct 26 2004 - 13:50:32 CDT

Original text of this message

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