Hallo everyone,
as in the title:
I tried to delete couple of millions of rows on my table via DELETE FROM statement. At a point, my db monitoring showed me that the transaction in the state ROLLBACK TO SAVEPOINT. Does the DELETE statement always do ROLLBACK TO SAVEPOINT?
The problem was, as the transaction in this state, my mirrorlog was exploding to 98%. I had to cancell the transaction to get the mirrorlog down.
Can I solve this problem with NOT LOGGED INITIALLY?
Thank you.
Regards,
Ratna
as in the title:
I tried to delete couple of millions of rows on my table via DELETE FROM statement. At a point, my db monitoring showed me that the transaction in the state ROLLBACK TO SAVEPOINT. Does the DELETE statement always do ROLLBACK TO SAVEPOINT?
The problem was, as the transaction in this state, my mirrorlog was exploding to 98%. I had to cancell the transaction to get the mirrorlog down.
Can I solve this problem with NOT LOGGED INITIALLY?
Thank you.
Regards,
Ratna