Hi Experts,
I have created a procedure in which I am using cursor and updating one table. This procedure has one output parameter which is returning my updated table. Procedure is activated successfully but problem is when I am trying to call this procedure. I am using below syntax for calling this procedure.
Call procedure <SCHEMA_NAME>.<PROCEDURE_NAME>(?);
I am getting a syntax error on above statement.
Please let me know if I am doing anything wrong in above statement.
Regards,
Dheerendra Singh