Hi,
Can anyone refresh my memory? What is the least amount of space a table must have required to do a table reorg? Is it double the allocated size of the table? Or, is it double the used size?
Example -
Table A is allocated in a tablespace 2 gig. Its used pages equals about a half a gig. To run a reorg on this table, does the tablespace need at least 4 gig, or, 1 gig? This is being that you at least need double the size of the table to do a reorg.
Thanks