I have an SQL Stored Procedure in Oracle in which I have two out parameters and one in parameter.
In the procedure I have a numberof select statements and one insert statements.
How to execute those statements?
And how to set the in parameter and recieve the out parameter?