Back gound Info: We have 4 Oracle database name as d1 d2 d3 d4 We have Web-like interface Java program that was programmed to update/Save an Object through Oracle Coherence to this DB Cluster.
Issue: When Java program try to call putObjectIntoCache(Object.className,objectKey,Object) into Coherence. Only D1 or D2 or D3 get update with new Object . The rest of the DB log error like ORA-00001 Unique Constraint violation.
Questions:
We do not know the root cause for this issue ,
Any one has similar experience on this issue or Anyone have decent experience on Oracle Coherence and Database can give me a hint?
I am appreciate for anyone's help Thanks