I\'m working on converting a stored procedure from SQL server to Oracle. This stored procedure provides a direct resultset. I mean that if you call the stored procedure in
Oracle is not sql server. Try the following in SQL Developer
variable rc refcursor; exec testproc(:rc2); print rc2