Need help with table reorganization
Recently i deleted millions of records from a table which is approx 6 gb. I would like to reorganize this table using export/import. I have few questions regarding reorganization:
1) Do i need to re-create indexes/constraints after import.
2) Is it advantageous to make the table with a single large extent?
3) What happens if i export the table with compress=y.
4) To reset the HWM, do i need to drop and recreate table?
I have analyzed the table and got following result:
Name | Tablespace | NumRows | Blocks | EmptyBlocks | AvgSpace | ChainCnt | AvgRowLen |
A_PT_BILL_DETAIL | ULTGNP | 2427751 | 89387 | 31180 | 544 | 0 | 125 |
Please advice as i am using old version of oracle i.e 8.0.6 on windows 2003 platform.