You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a suite with %rollback(auto) and I have a subsuite with %rollback(manual) and in the subsuite a commit is issued, then when the parent suite tryes to issue rollback it fails with ORA-01086 as the savepoint was never established.
If I have a suite with
%rollback(auto)and I have a subsuite with%rollback(manual)and in the subsuite a commit is issued, then when the parent suite tryes to issue rollback it fails with ORA-01086 as the savepoint was never established.