| Author |
how to delete data from huge table.
|
Nagendra Batchu
Ranch Hand
Joined: Jan 23, 2008
Posts: 32
|
|
Hi
How to delete the data from huge table, For example if table called Warehouse contains data about 9 cores, then what is the best way to delete around 4 cores of data.
Please suggest
|
 |
Vinod Tiwari
Ranch Hand
Joined: Feb 06, 2008
Posts: 458
|
|
|
I would suggest that you delete your records in chunks and do frequent commits...
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: how to delete data from huge table.
|
|
|