the error is:org.springframework.jdbc.BadSqlGrammarException: Bad SQL grammar
[null] in task 'HibernateAccessor'; nested exception is java.sql.SQLException: ORA
-00942: table or view does not exist最后一句提示,没有表或者视图,你仔细检查下,是否把hibernate的.hbm.xml文件放在了和pojo相同的目录下。是否有这个文件。
而且,检查在hibernate.cfg.xml中,是否配置了这个映射文件。