How to estimate a rollback segment size for a big transaction?
396510Jun 10 2003 — edited Jun 10 2003Oracle 8.1.5. Suppose I have the following statement:
update table_a set col_a = rownum where col_b = 'codeA'
The statement affect 900,000 rows. Type of col_a - float(126).