掲示板

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

11年前 に Haris Tasawar によって更新されました。

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

Junior Member 投稿: 35 参加年月日: 12/06/04 最新の投稿
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.