Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Do I have to provide a value for OUT parameter

MikailMay 4 2012 — edited May 4 2012
I have a stored procedure that has an OUT parameter of type SYS_REFCUROR. From C# before executing the procedure I add all the parameters except for that OUT parameter. But when I execute the procedure I get "wrong number or types of arguments " error. My question is if I'm not going to assign any value to that parameter why do I have to add it to my parameters collection?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2012
Added on May 4 2012
6 comments
3,667 views