Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: distributed transactions with more than one application

Re: distributed transactions with more than one application

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 18 Mar 2004 06:39:43 -0800
Message-ID: <2687bb95.0403180639.1438fe@posting.google.com>


Cornelius Kuppler <kuppler_at_ipd.uni-karlsruhe.de> wrote in message news:<c3c2ro$3c5$1_at_news.rz.uni-karlsruhe.de>...
> (How) can I let _two_ applications work on _one_ distributed transaction?
> Is there any support from Oracle for this purpose? Something like
> passing over the transaction context?
>
> It's obvious that it is possible with an external middleware (like CORBA
> OTS), but it would be more appropriate for us to do it without.
>
> Regards,
> Cornelius
>
>
> *sorry for the wrong subject in my first posting...*

It is not possible for a two separate sessions to directly shared a single non-distributed Oracle transaction.

There are ways for multiple sessions to coordinate activity so as to perform multiple operations as a transaction with some limitations.

You can build a transaction processor which communicates with multiple external processes and then performs its actions.

Exactly what are you trying to do? If you provide more details someone may be able to point you in the right direction.

IMHO -- Mark D Powell -- Received on Thu Mar 18 2004 - 08:39:43 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US