high water mark (merged) [message #382719] |
Fri, 23 January 2009 14:38 |
varunvir
Messages: 389 Registered: November 2007
|
Senior Member |
|
|
Hi Experts,
To bring th high water mark down which is better option if table does not have any index:-
1,Truncate the table and get the data back
2,Dropping the table and then using expdp/impdp.
3,alter table tablename enable row movement.
alter table tablename shrink space.
Regards,
Varun Punj
|
|
|
|
Re: high water mark [message #382725 is a reply to message #382722] |
Fri, 23 January 2009 14:59 |
varunvir
Messages: 389 Registered: November 2007
|
Senior Member |
|
|
Thanks for the reply BlackSwan.
I have one doubt if impdp/expdp really brings the high water mark down.It will be fast if I use expdp/impdp but I am not
sure if it will be good too.
Regards,
Varun Punj,
|
|
|
|
|