Hello all,
I have two processes in pl/sql that are entering data into postgresql via DB link. My problem is when the second process fails, I want to rollback the data in the first process. Is there any way I can do this here...or do I need to create a procedure that will clear the data in the first process?
Thanks a lot in advance.