Hi all,
Let me see if I understand these 2 scenarious:
1. A job was running a delete (wothout BEGIN...COMMIT), and was killed in the process. It will roll back without performing a delete, right?
2. If the job was rolled back, or hung, it still didn't delete records. Only if commit was issued (or it finished) the delete would take place?
Thanks