【发布时间】:2010-11-19 18:59:07
【问题描述】:
我正在尝试通过某个应用程序安装 GridSphere,有一个创建数据库的 ant 任务。因此,我将 hibernate.properties 文件更改为使用 Oracle(而不是 HSQL),但出现此错误:
net.sf.hibernate.HibernateException: Could not instantiate dialect class
我的方言设置是:
hibernate.dialect=org.hibernate.dialect.OracleDialect
我正在使用 Oracle10g
【问题讨论】:
标签: java oracle hibernate hibernate-mapping