문제

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?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top