Question

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?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top