Answer Posted / hr@tgksolutions.com
ACID stands for:
• Atomicity – Transactions are all-or-nothing.
• Consistency – Ensures database integrity before and after a transaction.
• Isolation – Ensures transactions don’t interfere with each other.
• Durability – Changes are permanent after a transaction is committed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create an initialization parameter file?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?
How many categories of data types in oracle?
How to change program global area (pga) in oracle?
What would you do with an in-doubt distributed transaction?
How to check the server version in oracle?
Explain an index?
What is object data modeling?
How to define an oracle sub procedure?
Explain the difference between a procedure and a function?
What are the different pseudo commands? Explain in general?
What are advantages of dateset in datastage?
How to check database size in Oracle?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?