Newbie_Programmer 2015-07-09 12:43 采纳率: 0%
浏览 1866

ssh整合是时,使用日期插件把数据插入数据库是发生错误

警告: SQL Error: 604, SQLState: 60000
2015-7-9 20:31:44 org.hibernate.util.JDBCExceptionReporter logExceptions
严重: ORA-00604: 递归 SQL 级别 1 出现错误
ORA-00942: 表或视图不存在

2015-7-9 20:31:44 org.hibernate.tool.hbm2ddl.SchemaUpdate execute
严重: could not complete schema update
org.hibernate.exception.GenericJDBCException: could not get table metadata: SSH
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at org.hibernate.tool.hbm2ddl.DatabaseMetadata.getTableMetadata(DatabaseMetadata.java:100)
at org.hibernate.cfg.Configuration.generateSchemaUpdateScript(Configuration.java:878)
at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:140)
at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:314)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1218)

  • 写回答

4条回答 默认 最新

  • DreamTHT 2015-07-09 12:52
    关注

    “表或视图不存在”,,,提示这么明确,这个问题好解决吧

    评论

报告相同问题?

悬赏问题

  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题