Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re:Two phases commit
Eriovaldo,
1st, I'm a little glad I don't have to pronounce your name. I'd probably butcher it in a similar manner as I butcher my brother-in-law's last name all the time, Oczkowski! Whew, what a mouthful!!
Anyway, back to the subject. Two Phase Commit is Oracle's method of
synchronizing two or more databases so that either everything commits or
everything rollsback. One of the controlling parts of this is the
"commit_point_strength" in the init.ora file. The DB with the highest
"commit_point_strength" becomes the "coordinator" of the process irregardless if
the transaction started in that instance.
OR, you've started a distributed transaction & issued the "COMMIT" statement, what happens:
Now, If any of these steps fails, that's when the "pending" transaction stuff shows up in the database and error messages about "remote DB in doubt" start showing up.
Dick Goulet
____________________Reply Separator____________________ Author: "Eriovaldo do Carmo Andrietta" <eca_at_widesoft.com.br> Date: 2/16/2001 2:45 AM
Hi Friends :
Anyone knows about how two phases commit works. It maybe control the error deadlock ..
I would like to know more about this.
Thanks.
Eriovaldo do Carmo Andrietta
Limeira/SP - Brasil
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Eriovaldo do Carmo Andrietta INET: eca_at_widesoft.com.br Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: dgoulet_at_vicr.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Feb 16 2001 - 10:51:59 CST
![]() |
![]() |