ORA-29532 when using Callablestatement.execute() [message #472122] |
Wed, 18 August 2010 23:14 |
StillWater39
Messages: 1 Registered: August 2010 Location: Beijing
|
Junior Member |
|
|
Hi all,
I met a strange issue, when I use the CallableStatement.execute()to run a Java Stored Procedure on oracle 11g AIX 6.1, following error occurs:
java.sql.SQLException: ORA-29532: Java call terminated by uncaught Java exception: java.lang.ClassCastException
ORA-06512: at "REV36SET.FTR_POST_DOUBLE_ID", line 1
ORA-06512: at line 1
But it works well on Oracle 10g. Did anyone ever meet the similar issue? or know the possible reason?
Thanks.
[Updated on: Wed, 18 August 2010 23:16] Report message to a moderator
|
|
|
|