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 -> Using LOBs in SQLPLUS

Using LOBs in SQLPLUS

From: <clownofdoom_at_my-deja.com>
Date: Thu, 02 Dec 1999 06:09:09 GMT
Message-ID: <8252e3$lan$1@nnrp1.deja.com>


Hey Gang.

I have a table with a CLOB in it. I'd like to know which rows include a certain string. Unfortunately, this doesn't work:

select * from aTable where theClob like '%X%';

I get an "ORA-00932: inconsistent datatypes" error. I'm using Oracle 8.5 on a Linux server.

Thanks for any help!

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Dec 02 1999 - 00:09:09 CST

Original text of this message

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