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

Home -> Community -> Usenet -> c.d.o.server -> Differences in CLOB search returns

Differences in CLOB search returns

From: Petri <Petri33_at_hotmail.com>
Date: 22 Aug 2003 11:41:30 -0700
Message-ID: <b4803f2d.0308221041.561b4567@posting.google.com>


I have noticed that if you use dbms_lob.instr() (ex: select * from table where dbms_lob.instr(CLOB_COL, 'search criteria')>0) you return more hits then if you use CONTAINS() with the Intermedia/Context Cartridge (ex: select * from table where CONTAINS(CLOB_COL, '%search criteria%')>0).

I would think that the second statement would return more hits. Does anyone know why it doesn't?

Thanks. Received on Fri Aug 22 2003 - 13:41:30 CDT

Original text of this message

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