Fórum

ORA-00932: inconsistent datatypes: expected - got CLOB

Haris Tasawar, modificado 11 Anos atrás.

ORA-00932: inconsistent datatypes: expected - got CLOB

Junior Member Postagens: 35 Data de Entrada: 04/06/12 Postagens Recentes
Hey all,
I recently created a finder method in my service builder as follows:

<finder name ="findbyall" return-type="Collection">
<finder-column name="MEETING_DATE"/>
<finder-column name="MINUTES"/>
<finder-column name="CATEGORY"/>
</finder>

(The MINUTES column is of type CLOB in database)
and ran the service builder.... now everytime i search using this finder method i get an error
ORA-00932: inconsistent datatypes: expected - got CLOB

I tried to change the portlet-model-hints.xml file and also updated the ext.properties file but still i am getting this error. Can somebody help me on this .
Thanks
Haris.
Siby Mathew, modificado 11 Anos atrás.

RE: ORA-00932: inconsistent datatypes: expected - got CLOB

Expert Postagens: 268 Data de Entrada: 04/03/11 Postagens Recentes
Hi Haris,
Have you specified this MINUTES as a column type for your entity in the service.xml.

Thanks,
Siby