While running the DbUunit test cases I am getting following exception:
Caused by: java.sql.BatchUpdateException: ORA-00001: unique constraint (EMP_SYS.PK_EMP_ID) violated.
After analyzing I understood that DatabaseOperation CLEAN_INSERT will just clean the data from the table but not reset the sequence.
Can anyone help me out to find any way to reset the SEQUENCE value through DB unit?
Thanks in advance...!!