on 2022 May 27 7:18 PM
Unable to execute statement for table or stored procedure. SAP_Import_Material (Structure StatementName3) due to java.sql.SQLException: ORA-00001: unique constraint (LINCAPP.SAPIMTL_PK) violated
JDBC message processing failed; reason Error processing request in sax parser: Error when executing statement for table/stored proc. SAP_Import_Material (structure StatementName3): java.sql.SQLException: ORA-00001: unique constraint (LINCAPP.SAPIMTL_PK) violated
MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. SAP_Import_Material (structure StatementName3): java.sql.SQLException: ORA-00001: unique constraint (LINCAPP.SAPIMTL_PK) violated
Exception caught by adapter framework: Error processing request in sax parser: Error when executing statement for table/stored proc. SAP_Import_Material (structure StatementName3): java.sql.SQLException: ORA-00001: unique constraint (LINCAPP.SAPIMTL_PK) violated
ORA-00001 means duplicate violated, means we want to insert and update the same key, and the key values already in database.
Using dba_constraints.table_name, and dba_constraints.constraint_name could find the table involved.
If you know the sql statement that caused ORA-00001, then it is better.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.