Snapshot Isolation
•Most DBMS vendors use variants of the standard algorithms
•However, one very major vendor uses a different approach: Oracle
–Before version 7.3 it did not support ISOLATION LEVEL SERIALIZABLE at all
–Now it allows the SQL command, but uses a different algorithm called Snapshot Isolation