Vijay Ganesh
I keep forgetting this method when I try to debug a procedure after some interval, so I am blogging it for my own reference.
Procedure:
|
|
Generally, we can right click on the procedure name on the schema browser and select Execute package, which gives the skeleton for executing your procedure. Once we have the code, we just add a refcursor
variable at the top, assign its value from the output of the procedure and then print it at the end.
Note:This documentation/guide is based on Managed ODP.NET v11.2.0.3.50 Beta
Download Managed ODP.NET from Oracle Technology Network.
Finally Oracle has released a pure .NET based client for connecting and working with Oracle databases from your CLR world without the dependencies lying around in the GC ignorant world. With a reference added to the Oracle.ManagedDataAccess.dll which weighs a mere 6+ MB’s (against 150+ MB’s previously) you are ready to get started with you day-to-day interaction to the 10g R2 or higher Oracle Databases.