Skip to Main Content

ODP.NET

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.

executing ananymous pl/sql block in .NET application

560883Feb 9 2007 — edited Feb 20 2007
Hello Oracle/.NET Gurus,
I would like to know how to execute a pl/sql block in C#. I had seen some code to execute just begin...end; 3 line pl/sql block.But my requirement is, passing parameters, executing some DML statements and then capture the results from DBMS_OUTPUT.PUT_LINE() function. I need some help on this topic as I don't seem to find any thing ODP.NET documentation.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2007
Added on Feb 9 2007
5 comments
9,161 views