Hi everybody,
I obtain this error while trying to insert a record in a table with a sequence id: “ORA-02289: sequence does not exist”.
I already read related discussion, and understood that this error generally refers to an uncorrectly specified sequence name, but I’m sure this is not my case!!
Following there is part of the table mapping:
<generator class="sequence">
<param name="sequence">MY_SEQUENCE</param>
</generator>
I am using Hibernate with Oracle database.. Can anyone help me?
Thanks in advance, and sorry if my English isn’t perfect!