- Automcity
All the operations in the transaction must be complete, successfully and be committed, if any one of the operation fails then all the trasactions must be rolled back in their previous state.
- Consistency
The transaction must be consistent in a state, this means that the transaction must correctly change the state of the system for a particular operation.
- Isolation
It means that one operation within the transaction cannot see the result of another operation within the transaction .
- Durability
It means that anything committed to the managed resources must survive or failure and it can not be done the damages to the resources in case of operation fails.

SubashPosted Sep 15, 2016, 8:45 AM
Good info