I am trying to execute some oracle pl/sql procedure with in and out parameters from # code on asp.net. I want to retrive the value from out parameter. but when I execute i am ge
It is working for me now.
Mistake is I have declared a parameter "Id" as varchar2. but I didn't give any size to that.
Now I have declared max size to the parameter and its working fine.