Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

any two phase commit solution in java application

843854Mar 11 2003 — edited Mar 16 2003
Hi,
I want to handle a two phase commit protocol in my stand alone java application.
so that i can ask the database to "prepare" and if "prepared" response comes from all of them then i can fire a "commit" .One more thing is that insert,prepare and commit has to happen in different method calls,may be after a long time.so i need to store these transactions somewhere.. does any body has any idea on this..
I would like to explain more if needed...

help please thro your experience and knowledge..

Akhil
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2003
Added on Mar 11 2003
12 comments
583 views