Skip to Main Content

DevOps, CI/CD and Automation

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-24550: signal received: Unhandled exception: Code=e0434f4d Flags=1

505168Apr 17 2009 — edited Apr 20 2009
Hello.
I have applicaton using NHiberbate to acces Oracle 10gXE database, WCF as services , WWF(windows workflow foundation) and WPF application as user interface. We get erorr
ORA-24550: signal received: Unhandled exception: Code=e0434f4d Flags=1 after invoking one of the workflows and there are not many descriptions of ORA-24550 error.
Can anyone help me?
Best regards
Martin

Comments

gdarling - oracle
Hi,

Are you actually using a .NET Stored Procedure, or just a .NET app?
Are you using 11g ODP/client? I've seen that occur with 11g client due to the new [fault diagnosability|http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28395/oci10new.htm#CHDCIAHJ] feature which is on by default, when an unhandled exception occurs.
You can turn that beahvior off by setting DIAG_SIGHANDLER_ENABLED=FALSE in the client sqlnet.ora (assuming you're seeing it in a client app) which will make the unhandled exception give a "normal" error stack so you can investigate further.

Hope it helps,
Greg
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 18 2009
Added on Apr 17 2009
1 comment
21,783 views