Currently i am getting the following error when using oracle db.
Hibernate: call next value for tutorial_id_seq
SQL Error: 6576, SQLState: 65000
ORA-06576: not a valid function or procedure name
The Sequence is already in the db. Hibernate is erroring out when calling next value from the sequence.