Skip to Main Content

ODP.NET

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.

Error message with Queued .NET component

406942Oct 20 2003 — edited Oct 21 2003
I am getting the following two error messages when using a .NET component through COM+, setup as a queued component. Basically, the component sets up and executes a single stored procedure on a single database before returning. I am using ODP.NET 9.2.0.2102.

ORA-00164: autonomous transaction disallowed within distributed transaction
ORA-24777: use of non-migratable database link not allowed

The weird part is that if I spawn a thread from within the Interop class called by MSMQ, the stored procedure executes without errors.

Any help would be appreciated.

Christian Nau

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 18 2003
Added on Oct 20 2003
1 comment
226 views