In what situations will the error "executeupdate, exception = NULL" occur?

Source: Internet
Author: User

Unfortunately, errors occur during programming. Fortunately, development software such as. Net or myeclipse will give us some detailed error messages. However, if the following error occurs,

Error detailmessage = "executeupdate, exception = NULL"

No detailed error information. How can this problem be solved. My suggestion is to keep in mind the situation, because this error is not very common.

I encountered a situation where the type defined in the Oracle stored procedure is both input and input variables. Such a stored procedure can be debugged and run in the database without errors.

Procedure testsp
(
_ P in out int;
) Is
Begin
-- Do something
End;

Then an error occurs when running the following code.

Callstatement. setint (1, 123456 );

Hope to communicate with you. Thank you.

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.