ibernate报错 :all_sequences' doesn't exist.
Posted 念桥
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ibernate报错 :all_sequences' doesn't exist.相关的知识,希望对你有一定的参考价值。
hibernate报错 : Table ‘我使用的数据库.all_sequences‘ doesn‘t exist. 好冷门的问题,估计这辈子都找不到答案
hibernate报错 : Table ‘我使用的数据库.all_sequences‘ doesn‘t exist.
这是怎么回事。 我没用到all_sequences这张表。
有一段介绍all_sequences的资料:
ALL_SEQUENCES describes all sequences accessible to the current user.
百度翻译了一下是这意思:all_sequences描述了所有当前用户的访问序列。
为什么hibernate要找这表。我就用逆向工程生成了两个表的po和配置文件。
id generator 用的是native
------解决方案--------------------
生成主键的时候通过all_sequences这个试图去查找是否有这个sequence,这是oracle自带的系统试图不会不存在,你是不是使用的不是oracle但是hibernate却配成了oracle
------解决方案--------------------
把你的hibernate.cfg.xml和id generator的配置贴出来看看,会不会是你dialect配置错误啊
以上是关于ibernate报错 :all_sequences' doesn't exist.的主要内容,如果未能解决你的问题,请参考以下文章
H2 - Oracle - liquibase - org.h2.jdbc.JdbcSQLException:找不到表“all_sequences”;
org.h2.jdbc.JdbcSQLException:找不到表“ALL_SEQUENCES”
websphere容器启动jdbc连接异常,db2报Error: SQLCODE=-204, SQLSTATE=42704, SQLERRMC=MARKET.ALL_SEQUENCES, DRIVER
java.lang.***Error with jackson json and spring and hibernate [重复]