0

I have three savepoint for three different database. I want to find out from which transaction, exception rose. So basically these transaction are running sequentially. If exception occurs in transaction 1 ,Then I have to rollback to savepoint 1.

if exception occurs in transaction2 ,then I have to rollback both savepoints i.e. savepoint 1 & 2. So My question is how to find out that,which transaction resulted to the exception as well as can I get status of savepoints?

arvin_codeHunk
  • 2,328
  • 8
  • 32
  • 47

0 Answers0