java ee - ORA-01461: can bind a LONG value only for insert into a LONG column -
i trying call stored procedure 41 parameters 9 of output. 33 input parameters 4 of integers i.e number(6) , number(12). rest varchar. while calling stored procedure have set them strings.
i "ora-01461: can bind long value insert long column" error , unable insert data. did lookaround on google , set oracle.jdbc.retainv9longbindbehavior = true in data source property. no luck. not know can issue not using long datatype. nor inserting string big varchar handle.
Comments
Post a Comment