Hi Shanny,
Please check table definitions of your Oracle database. You are trying to insert duplicate values into the table where unique key constraint is applied.
Alternatively check if there are any triggers on tables which are populating values when inserting any records. You may be trying to assign values to the fields which gets values from the triggers.
Thanks and Regards,
Suraj Borade
Please check table definitions of your Oracle database. You are trying to insert duplicate values into the table where unique key constraint is applied.
Alternatively check if there are any triggers on tables which are populating values when inserting any records. You may be trying to assign values to the fields which gets values from the triggers.
Thanks and Regards,
Suraj Borade