How to call an oracle stored procedure to return one param
I need to make a call to an oracle stored procedure. It takes 4 arguments - one of which is an output parameter. declare my_name varchar2(20); begin l_interface.P_GET_NEXT_NAME(my_name, 'a', n...
Hi, I am also trying to call store procedure with one output parameter using JDBC way or Groovy way. I have no clue of using groovy script. can somebody help ?