Duplicate Keys During SQL Insert for Oracle Database
Scenario:
Received Inbound PO (850) and inserting records into database table in Oracle Database.
Issue:
Duplicate values are being populated into Primary Keys of database table. Oracle Database is rejecting the duplicate records and JDBC driver is throwing error in EXTOL Business Integrator
EXTOL error message:
SQL Error - Unable to insert record
Primary key error
Resolution:
Review Primary Keys of database table. Ensure that a unique value is going into each field.
By: Sean Hoppe on