Explain transaction atomicity?

Answer Posted / saurav

Transaction Atomicity has four attributes:-ACID (atomicity,
consistency, isolation, and durability) is an acronym
device for learning and remembering the four primary
attributes ensured to any transaction by a transaction
manager (which is also called a transaction monitor). These
attributes are given below:
Atomicity. In a transaction involving two or more discrete
pieces of information, either all of the pieces are
committed or none are.

Consistency. A transaction either creates a new and valid
state of data, or, if any failure occurs, returns all data
to its state before the transaction was started.

Isolation. A transaction in process and not yet committed
must remain isolated from any other transaction.

Durability. Committed data is saved by the system such
that, even in the event of a failure and system restart,
the data is available in its correct state.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the relational database of tables and forms

1947


What are Interop Services?

543


how to register dll in COM / COM+ application

7006


Explain the new three features of com+ services, which are not there in com (mts)?

3347


How CCW and RCW is working?

672






What is manageability?

553


Explain what are wrapper classes?

523


What is scalability?

480


What is the difference between com architecture and .net architecture?

462


Define transaction atomicity?

3103


Optimization technique description ?

1722


Explain how to make a net component talk to a com component?

3182


What is com, com+ and dcom ?

630


Define integrity?

3142


Explain the use of contextutil class?

3215