oracle stored procedure with out ref cursor and out param
Posted: Mon 22 Jul 2013 13:44
hi,
i am planning to upgrade to dotConnect 7.7 and EntityDeveloper tool 5.5. so I'm trying a POC for calling a oracle stored procedure with an out ref cursor and out param with the latest tools. I'm getting an exception that ORA exception. If i don't have any out params, its working fine.
I'm attaching the POC files to this.
Attached zip file contains
devartpoc\EDModel\createdb.sql to create the tables and oracle package.
devartpoc\EDModel\createdata.sql to insert data into the 2 tables.
devartpoc\EDModel folder has the csdl, msl and ssdl files.
\devartpoc\DevartOracleCallingSP is the .net 4.0 console application to call the stored procedure.
Thanks for your help.
i am planning to upgrade to dotConnect 7.7 and EntityDeveloper tool 5.5. so I'm trying a POC for calling a oracle stored procedure with an out ref cursor and out param with the latest tools. I'm getting an exception that ORA exception. If i don't have any out params, its working fine.
I'm attaching the POC files to this.
Attached zip file contains
devartpoc\EDModel\createdb.sql to create the tables and oracle package.
devartpoc\EDModel\createdata.sql to insert data into the 2 tables.
devartpoc\EDModel folder has the csdl, msl and ssdl files.
\devartpoc\DevartOracleCallingSP is the .net 4.0 console application to call the stored procedure.
Thanks for your help.