ora-24338
Calling an oracle function from Java
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.[详细]
2023-03-03 18:55 分类:问答Getting a ResultSet/RefCursor over a 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[详细]
2022-12-25 00:02 分类:问答ExceptionAsserts & debugging your C# project in VS
We\'ve been using NUnit & VisualStudio to write C# .NET code for a while now. Testing Exceptions was done in the style of[详细]
2022-12-17 05:35 分类:问答.Net Oracle ORA-24338 'statement handle not executed' error and some error in one stored Procedure
I have the following Stored Procedures create or replace PROCEDURE WEB_AC ( v_iDocid IN NUMBER DEFAULT NULL ,[详细]
2022-12-13 18:08 分类:问答