Learning Oracle


Query Isolation

Posted in Unanswered Questions by ealing on the January 13, 2008

Is query isolation (or transaction isolation) achieved by storing an SCN with the running query (or transaction)? I guess this would be the easiest way to identify which parts of the undo to note and which to ignore when creating a consistent view of the data.

Leave a Reply