Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to capture DB Errors and display as pop-up message

Surendranath KumarApr 18 2013 — edited Apr 18 2013
Hi All,

I am using Jdeveloper 11g Release 2 (11.1.2.3.0).

In my AppModuleImpl.java, I defined a class to call PL/SQL procedure and exposed the same as Client interface. Pulled this method from data control on to a page a Button. The functionality is working fine.

Can you suggest me, what is best way to achieve the below functionality.

1. If there is any DB errors during PL/SQL procedure, how to catch and display the Errors / Warning in Pop-up message.
2. How to display info message on successful completion in Pop-up.

regards
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 24 2023
Added on Apr 18 2013
3 comments
590 views