Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SELECT DISCINT and CLOB -- can this be done (v9)
On 18 Sep 2006 09:27:41 -0700, matt_at_mailinator.com wrote:
>hello,
>
>i have a table w/ a "Notes" column of CLOB datatype. on this table i am
>attempting to do a SELECT DISCINT which includes this column, but it
>generates the following error:
>
> "ORA-00932: inconsistent datatypes: expected - got CLOB"
>
>...ive done some research, and i see other Oracle 9 folks w/ this
>error. some of them allieviated it by using a different driver, which i
>cannot do. ive also seen a suggestion to wrap the CLOB column in a
>TO_CHAR() function, but that doesnt work for me.
>
>does anyone know if there is indeed a problem w/ what im trying to do?
>your comments are appreciated.
>
>
>thanks,
>matt
Please specify your environment. Oracle version up to five digits, and driver, up to five digits, as you don't seem to use the ordinary Oracle client.
-- Sybrand Bakker, Senior Oracle DBAReceived on Mon Sep 18 2006 - 12:33:06 CDT
![]() |
![]() |