Work through the following materials this week, making sure that you can do the given activities.
interleaving vs. parallelism
the lost update, dirty read and incorrect summary problems
transactions, including commits and rollbacks
the ACID properties
schedule
Chapter 21 introduction and Section 21.1 — Explain the following.
lock
two-phase locking
Review Oracle’s Overview of Transaction Processing in PL/SQL (only; you can skip the other sections on this page) — Compare and contrast the following.
SAVEPOINT
, COMMIT
vs ROLLBACK [TO]
LOCK TABLE
vs. FOR UPDATE