I have a page with multiple interactive grid. In one of the interactive grid I have a add row button through which i am trying to add a row in the table but while doing so it is giving an error of violation of unique key constraint as follows: APEX - ORA-00001:unique constraint(MySchema.ConstraintName) violated ORA-02063:preceding line from FTDB for.
I have used the type:interactive grid- automatic row processing(DML) for saving the grid.
NOTE:FTDB is a database link. I am using APEX 5.1
Please let me know how to resolve this..