were you doing a delete on top of the regular task that happens every hour?
were you doing a delete on top of the regular task that happens every hour?
DELETE FROM table WHERE datetime < datetime('yyyy-mm-dd'), single query.datetime row?

SELECT /*+ MAX_EXECUTION_TIME(1000) */ --in milliseconds * FROM table