Random ORA-00001: unique constraint violated error with Microsoft OLE DB
601555Dec 1 2008 — edited Dec 3 2008Hi,
We have a VB6 process inserting records to Oracle database table(10g).
The process fails at random records with error message:
Error number: -2147217873.
Error source: Microsoft OLE DB Provider for Oracle.
Error description: .
ORA-00001: unique constraint (<constraint_name>) violated
We did exhaustive analysis of the input data and there are no duplicates to constraint the unique constraint.
Three Questions :
1) Have anybody faced this issue with Microsoft OLE DB Provider for Oracle. ?
2) Is Microsoft OLE DB Provider for Oracle known to work well with with 10g server?
On client side we have oracle 9i libraries.
3) Is Microsoft OLE DB Provider for Oracle reporting a wrong error?