Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: distributed transactions with more than one application
Chuck wrote:
> Cornelius Kuppler <kuppler_at_ipd.uni-karlsruhe.de> wrote in news:c3ce2a$ldd > $1_at_news.rz.uni-karlsruhe.de: > >
> > > That's called 2 phase commit. Oracle already has that built in. If both > databases are Oracle why not use what's already there?
Thank you for your answers.
The point is that there are not only two databases involved, but also
two different applications (software agents in our case). They shall be
commited or rolled backed (according to 2 phase commit) together.
Example: Bank account transfer: One agent withdrawing 100$; the other
booking 100$.
Only if both succeed both transactions can be fixed.
Now my question is: Is the 2 phase commit implemented in Oracle in any
way able to cover more than one application at once?
Received on Thu Apr 01 2004 - 03:24:00 CST
![]() |
![]() |