This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
java.sql.SQLException: ORA-01461
Posted by Ashutosh on November 20, 2001 at 4:09 AM
Hi peter and other readers I am geting this type mismatch error(java.sql.SQLException: ORA-01461: can bind a LONG value only for insert into a LONG column) Actually i am trying to insert a java object in a long raw column (oracle 8.1.6), using oracle thin driver thru JBoss. However if I use weblogic 6.0 with other things remaining same, things work perfectly fine. Plz help . . Thanx in advance
Replies:
|