Reseting table HWM

Summary 

To gain some wasted space and improve performance at full table scans we can reset the table's HighWaterMark. We have 4 options to reorganize fragmented tables:
1. alter table move & rebuild table's indexes.
2. export / truncate / import
3. create table as select ( CTAS)
4. dbms_redefinition.
I will demonstrate all with the advantages and disadvantages and when to use each method. 

Comments

Popular posts from this blog

Change Protection Mode for Active Dataguard (11GR2)

Reboot Exadata Machine

STEPS TO troubleshoot long running concurrent request in R12.2.x