I have created a oracle function called getEmployee(id in varchar) in my remote database and I\'m trying to call it from my local database using database link.
From the answers to calling a stored proc over a dblink it seems that it is not possible to call a stored procedure and get the ResultSet/RefCursor back if you are making the SP call across a remote D
We\'ve been using NUnit & VisualStudio to write C# .NET code for a while now. Testing Exceptions was done in the style of
I have the following Stored Procedures create or replace PROCEDURE WEB_AC ( v_iDocid IN NUMBER DEFAULT NULL ,