Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: distributed transactions with more than one application
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