java.lang.ClassCastException: oracle.sql.BLOB cannot be cast to oracle.sql.BLOB

后端 未结 4 756
清歌不尽
清歌不尽 2021-01-13 15:50

I have problem retrieving a blob object from oracle DB to java API with jdbc. The problem is when I execute a Collable statement with a function from the db which return me

4条回答
  •  萌比男神i
    2021-01-13 16:29

    Two oracle jar files may be in your classpath. Please remove one jar and deploy again.

提交回复
热议问题