ERROR: ORA-02289: sequence does not exist - org.hibernate.exception.SQLGrammarException: could not extract ResultSet
问题 I am creating a basic hibernate application for employee table in which I am adding, updating, deleting and displaying the record with the help of ManageEmployee class. Actually, ManageEmployee is my test class and i am using Employee.java and Employee.hbm.xml file to do above things. Details: Database: Oracle 11 g Hibernate version: hibernate-release-4.3.8.Final Java Version: Java 1.8 Employee Table Details: USER_ID NUMBER(15,0) No 1 1 FIRST_NAME VARCHAR2(20 BYTE) Yes 2 LAST_NAME VARCHAR2(20