I have a related question : What about update? In rollback segment :
Will it store the whole row for before image or just the changed column
and rowid. Is there a way to get the size of the rollback from some
where in the database. or v$ views. Like we can get an idea about redo
size from redo log files generated. Thank you
zhu chao <chao_ping@vip.163.com> wrote:
For insert, in order to rollback, Oracle will still have to get the rowid of the new inserted rows, so that it can rollback when needed.
So there will still be undo.