Hello,
we had trouble ODI repo undo space in our production environement.
The issue came from following query :
DELETE FROM SNP_SESS_TASK_LOG WHERE SESS_NO IN ( SELECT SESS.SESS_NO FROM SNP_SESSION SESS WHERE SESS.SESS_MESS=:1 )
The issue never occured before (or at least the volume of log never caused issue).
Do you have any idea what is issuing this kind of query? And anything we coudl do about this? (We have no idea what was the binded value).
Thanks for insight,
Xavier