Does anybody know how to find out how large a transaction will be before the transaction occurs?<br>I am currently working with a team that is migating data from one system to another. The originating environment is Oracle 7x and the destination is Oracle 8x. I have set up different rollback segments and corresponding tablespaces. The problem is I have no Idea what the size of the various transactions will be. In some cases they will be small (insert statements) and in others they will be large(update statements). I know I can select the rollback segment for each transaction, but I need to know the size of the transaction to know which rollback seg to assign. Any help will be appreciated.<br>Thanks<br>Mike