Hi all,
It's a clear benefit from OS/DB migrations that, as long as you sort on export (not always ideal for massive tables as it's slow), you get nicely reorg'd segments in your target database.
However an interesting query came up in our team recently - if you split a table into may parts for migration, then what state is it in on the target post-migration? We assume it can't be fully reorg'd then on the target... however ORACLE reorgs can run using parallel processes so there is some clever logic there somewhere.
Interested in views on this one.
Regards, doonan_79