Reclaiming unused space and undoing row forwarding

reorg compact combines the functions of reorg reclaim_space and reorg forwarded_rows. Use reorg compact when:

reorg compact syntax

The syntax for reorg compact is:

reorg compact table_name partition partition_name
	with {resume, time = no_of_minutes}]

If you specify a partition, only the part of the table that resides on that partition is affected.

For information about the resume and time options, see “resume and time options for reorganizing large tables”.