java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constr
Dear All
sometimes (not all the time), i am facing this message while make something in my app
java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (COMPL.PS_TXN_PK) violated,
before one month, i deleted everyhing in PS_TXN table and this solves the issue as per advise of Oracle support "Cleaning up the table will help solve this issue. ", but now i am facing it again !!
please advise why & how to solve ?
thanks