ORA-00001: Unique constraint violated when using APEX Data Load page with MERGE option
Hi everyone,
I created a Data Load page in my APEX application to upload data from excel files. In the Data Load definition, I correctly specified the key column, set the column mappings, aligned the data types with the database, and selected the MERGE option.
When I test the page, the upload works fine for new records. However, for existing records, I’m getting the following error instead of an update:
ORA-00001: unique constraint violated
Has anyone experienced this issue or could help me figure out what might be wrong with the configuration?
Thanks in advance for your help!