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
To verify the TAC(Transparent Application Continuity), I wrote a process that acquires the transaction, executes insert, waits 5 seconds, and commit repeatedly.
At this time, when I kill the session, ORA-25412: transaction replay disabled by call to OCITransStart occurs.
If TAC is installed, I think it will be replayed automatically, but how can I solve this problem?
To verify the TAC(Transparent Application Continuity), I wrote a process that acquires the transaction, executes insert, waits 5 seconds, and commit repeatedly.
At this time, when I kill the session,
ORA-25412: transaction replay disabled by call to OCITransStart
occurs.If TAC is installed, I think it will be replayed automatically, but how can I solve this problem?
I wrote like this:
And I kill the session at Oracle as
I got error as
The text was updated successfully, but these errors were encountered: