executing ananymous pl/sql block in .NET application
560883Feb 9 2007 — edited Feb 20 2007Hello 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.