|
|
| Author |
Message |
rambabu Currently Banned Active User
Joined: 18 Apr 2005 Posts: 67
|
|
|
|
| can any body tell me what is 2phase commit in db2? i want to know the details about that..... |
|
| Back to top |
|
 |
References
|
Posted: Tue Apr 19, 2005 5:33 pm Post subject: Re: 2 phsae commit |
 |
|
|
 |
priyesh.agrawal
Global Moderator
Joined: 28 Mar 2005 Posts: 1511 Location: Chicago, IL
|
|
|
|
Hi Rambabu,
This occurs when a programmer Issues an Exec CICS Syncpoint command.
This is called two phase because CICS will first commit changes to the resources under its control like VSAM files. and then DB2 changes are
committed.
Usually CICS signals DB2 to complete the next phase and releases all the locks.
Regards,
Priyesh |
|
| Back to top |
|
 |
shymalasridevi
New User
Joined: 03 May 2005 Posts: 16
|
|
|
|
cics first commits all the resources and then give control to db2 to commit the resources at after issuing the syncpoint
this is 2 phase commit |
|
| Back to top |
|
 |
|
|