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: Chuck <chuckh_nospam_at_softhome.net>
Date: 18 Mar 2004 14:52:09 GMT
Message-ID: <Xns94B0646479650chuckhsofthomenet@130.133.1.4>


Newsgroups: comp.databases.oracle.server Subject: Re: smtp.ira.uni-karlsruhe.de
From: Chuck <chuckh_nospam_at_softhome.net>

Cornelius Kuppler <kuppler_at_ipd.uni-karlsruhe.de> wrote in news:c3c2fu$2di$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
>

Why would you want 2 applications working on the same distributed transaction? You'd need to duplicate all the two phase commit logic that's already built in to the RDBMS. Why reinvent the wheel?

-- 
Chuck
Remove "_nospam" to reply by email
Received on Thu Mar 18 2004 - 08:52:09 CST

Original text of this message

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