To illustrate the creation of change vectors and redo records, consider the following transaction:
Ø
SQL> update emp set empno = 22 where empno = 11
Ø
When this update statement is executed , the sequence of operation is as follows:
1.
Change vectors of the redo record are generated
2.
The redo record is saved in a redo log buffer
3.
The change vectors are applied to the data blocks
Ø
The redo records stated in step 1 contains three change vectors
- Change to the transaction table of rollback segment
- Change to the rollback segment datablock
- Change to the data segment block belonging to the EMP table
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/37724/viewspace-152491/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/37724/viewspace-152491/