Hibernate having issues with sequence object - unable to call next val
问题 I am using hibernate entity - and sequence generator with it. My database is Oracle 12c. In my sequence generator - it fetches value which is already present in table. I tried looking out for issue - found one simmilar thread Hibernate sequence nextVal resolved but not used (Oracle) But still it did not help . The issue am facing is - it works some times and it does not work some times Below is my code snippet - @Entity @Table(name="TABLE_NAME", schema = "SCHEMA") @SequenceGenerator(name=