Multiple choice What should be done to import data and to avoid migration? Use the CASCADE option during import. Use the COMPRESS option during export. Use the RECORDLENGTH option during export. Coalesce free space. Reveal answer Fill a bubble to check yourself D Correct answer Explanation Coalescing free space combines adjacent free extents into larger contiguous spaces, which helps avoid row migration during import by ensuring sufficient contiguous space. Options A, B, and C are export/import parameters that don't prevent migration.