More than one table found in namespace (, ) - SchemaExtractionException

后端 未结 10 2919
执念已碎
执念已碎 2021-02-20 18:52

I have been facing this weird exception while trying to persist some values into a table using Hibernate in a Java application. However this exception occurs only for one parti

10条回答
  •  佛祖请我去吃肉
    2021-02-20 19:22

    So after having the same issue, it turns out that I needed to update my OJDBC driver from ojdbc6 to ojdbc8. Hopefully this helps.

提交回复
热议问题