Forum Discussion

shyambiyar's avatar
shyambiyar
New Contributor
13 years ago

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...