impact on table of partition truncate/delete [message #569135] |
Sun, 21 October 2012 05:22 |
kashifchughtai
Messages: 125 Registered: October 2007
|
Senior Member |
|
|
hi guys,
can you please tell if any impact is there if is do the following:
ALTER TABLE MY_TABLE TRUNCATE PARTITION P1 UPDATE GLOBAL INDEXES;
will there be any lock on the table during this operation? DML operations will work without any issue or not?
regards,
kashif
|
|
|
|
Re: impact on table of partition truncate/delete [message #569139 is a reply to message #569137] |
Sun, 21 October 2012 06:00 |
kashifchughtai
Messages: 125 Registered: October 2007
|
Senior Member |
|
|
i want to purge some data from huge tables by truncating the partitions? is there anyway to avoid the locks on the table, considering that there are lot of DMLs are happening on the other partitions in the same table.? or can you suggest then any other way to purge the data?
|
|
|
|
|
|
|
|
|
|
|