| aliai |
Posted: May 13, 2008 02:17:01 AM |
Total Post: 11
Joined: Apr, 2008
|
| Any one can clear my doubts whats the diff b/w undo and redo if uncommited changes goes to redo log buffer then whats the purpose of undo? |
|
|
Gitesh |
| Posted: May 13, 2008 02:36:09 AM | |
|
Total Post: 322
Joined: May, 2005
|
Redo contains each and every DML/DDL statements with commit and rollback information.
Undo contains only before image of data block which uses in any DML operation.
|
|
|
|
|
http://shaharear.blogspot.com |
| Posted: May 13, 2008 03:14:45 AM | |
|
Total Post: 79
Joined: Apr, 2008
|
please go through
http://www.ss64.com/orasyntax/9redo.html
|
|
|
|
|
dbavinod |
| Posted: May 13, 2008 04:07:54 AM | |
|
Total Post: 90
Joined: Sep, 2006
|
Oracle redo logs are literally a transcript of what goes on inside the database and contain a mine of information
Oracle Database generates an undo and a redo entry for each change made to the database. In simple terms, an undo entry provides the values of data stored before a change and the redo entry provides the values of data stored after a change. The redo entries are written to log buffers in the system global area (SGA) whenever a change occurs. The log writer (LGWR) process then writes the redo entries to the online redo logs,
|
|
|
|
|
jogi |
| Posted: May 15, 2008 01:33:54 AM | |
|
Total Post: 21
Joined: Jul, 2007
|
redo is nothing but redolog file which records all the changes made to the database.
Undo is the previous image of the redolog files.'
cheers
Prasad
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |