Re: Duplicate Entry in Replica
Per caso le insert / update le fai con delle procedure interne/funzioni?
Io per risolvere il problema ho cambiato l'indice da:
Primary (uid,primanota-data)
a
Primary ( uid )
Con uid: auto-increment (int)
primanota-data: data
In sostanza ho "tolto" l'indice auto increment legato al campo di tipo date, e lasciato come indice primary key solamente uid(quello auto-increment).
La Replica funziona da 6 giorni senza problemi.
Se qulacuno ha qualche altro riscontro resto in attesa :)
Ciao , Davide
Subject
Views
Written By
Posted
5746
January 11, 2011 06:33AM
2134
January 12, 2011 08:18AM
2202
January 12, 2011 10:00AM
2137
January 12, 2011 10:22AM
2049
January 12, 2011 10:32AM
2223
January 12, 2011 10:35AM
1943
January 12, 2011 10:39AM
2081
January 12, 2011 10:58AM
2254
January 17, 2011 05:13AM
Re: Duplicate Entry in Replica
2570
January 17, 2011 05:30AM
2081
January 17, 2011 09:16AM
2124
January 17, 2011 10:22AM
2227
January 17, 2011 11:54AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.