How to delete 84000 rows from a table in a single stretch
418679May 2 2004 — edited May 3 2004Hi friends
Could you please tell me How do I delete 765,000 rows from a table in a single stretch.
If I use truncate table it will flush out all records
but I want to delete records till 31-dec-03, in this case I cant use truncate command.. using delete it gets hanged and finally rollback error.
Thanks
Sai