Error in java code used to call ORacle 11G Procedure
We are trying to call Oracle 11G DB procedure to import a file from java code. This code works fine for 10G but while trying to import the same in 11G enviorment, java is raising an error "java.sql.SQLException: Parameter Type Conflict"
We are using java version 1.6. Is there something we need to change in the parameters being passed for DB procedure?
Thanks for the help.
Regards,
Vinit