Duplicate Sequence Number During AC Replay
(Doc ID 3037074.1)
Last updated on JULY 26, 2024
Applies to:
JDBC - Version 19.3 and laterInformation in this document applies to any platform.
Goal
If a replay occurs during running the insert statement with nextval, the sequence number is duplicated.
How to solve duplicate sequence number during AC replay.
Example:
insert value 1
insert value 2
insert value 3
insert value 4
insert value 5
... Replay occurs here
insert value 5 <= Duplicated value
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |