Acid Properties

What is Acid Properties in Oracle?

Questions by kingfisher

Showing Answers 1 - 2 of 2 Answers

ushaudayam

  • Mar 22nd, 2010
 

ACID Properties are

Atomicity: A transaction is an atomic unit of execution, which may contain more than one database operation. The transaction should be done entirely or done nothing to keep data in a consistent state.

Consistency: It ensures that the entire transaction takes the database from one consistent state to another consistent state. Even if the transaction fails then also the database should be in consistent state.

Isolation: Updations of a database should not be visible until the transaction is committed.

Durability: Once the transaction is committed the changes made by the transaction should not be lost because of any failure.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions