Hello All,
I have one OUT varibale in Oracle 8i PL/SQL procedure.
I'm calling this proc from
Java. When I use java.sql.types.ARRAY for registering this OUT parameter it is giving me message "type mismatch". Not sure what's going on. Appreciate any suggestions.
Thanks