Oracle: delete suddenly taking a long time

Posted by Damo on Stack Overflow See other posts from Stack Overflow or by Damo
Published on 2010-04-14T13:32:43Z Indexed on 2010/04/14 23:23 UTC
Read the original article Hit count: 208

Filed under:
|
|

Hi

We have a feed process which runs every day of the year. As part of that we delete every row from a table (approx 1 million rows) every day, repopulate it using 5 different stored procedures and then commit the transaction. This is the only commit statement that we call. All of a sudden the delete has started takign about 2 hours to complete. The delete is also very simple (delete from T_PROFILE_WORK) This has worked perfectly well for the past year, but in the past week i have noticed this issue.

Any help on this is greatly appreciated

Thanks Damien

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about delete