How hard can it be? I'm trying to create stored procedures i PL/SQL and call these from the new GotDotNet Data Access Application Block. But it doesn't work.
I have also tryed to do the same thing from OracleClient in System.Data.OracleClient.
My stored procedure are declared with a output parameter of type T_CURSUR, but i wont work.....I'm currently using Oracle 8.1.7....
Anyone who knows how to do this?