import error [message #169391] |
Wed, 26 April 2006 10:59 |
raviteja
Messages: 4 Registered: April 2006 Location: hyderabad
|
Junior Member |
|
|
when i importing a table in the database ,i got the Integrity constraint violation error. How can i resolve it.
|
|
|
Re: import error [message #169392 is a reply to message #169391] |
Wed, 26 April 2006 11:01 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
The constraint defined on table is violating. Means you are loading duplicate values to primary column/unique column or some check constraint is been violated.
|
|
|