2012-11-21 20:10:58 org.hibernate.annotations.common.Version <clinit>
INFO: HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
2012-11-21 20:10:58 org.hibernate.Version logVersion
INFO: HHH000412: Hibernate Core {4.1.0.Final}
2012-11-21 20:10:58 org.hibernate.cfg.Environment <clinit>
INFO: HHH000206: hibernate.properties not found
2012-11-21 20:10:58 org.hibernate.cfg.Environment buildBytecodeProvider
INFO: HHH000021: Bytecode provider name : javassist
2012-11-21 20:10:58 org.hibernate.cfg.Configuration configure
INFO: HHH000043: Configuring from resource: hibernate.cfg.xml
2012-11-21 20:10:58 org.hibernate.cfg.Configuration getConfigurationInputStream
INFO: HHH000040: Configuration resource: hibernate.cfg.xml
2012-11-21 20:10:58 org.hibernate.cfg.Configuration addResource
INFO: HHH000221: Reading mappings from resource: com/gt/hibernate/test/User.hbm.xml
2012-11-21 20:10:58 org.hibernate.cfg.Configuration doConfigure
INFO: HHH000041: Configured SessionFactory: null
2012-11-21 20:10:59 org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
INFO: HHH000402: Using Hibernate built-in connection pool (not for production use!)
2012-11-21 20:11:06 org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
INFO: HHH000115: Hibernate connection pool size: 20
2012-11-21 20:11:06 org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
INFO: HHH000006: Autocommit mode: false
2012-11-21 20:11:06 org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
INFO: HHH000401: using driver [oracle.jdbc.driver.OracleDriver] at URL [jdbc:oracle:thin:@127.0.0.1:1521:ORCL]
2012-11-21 20:11:06 org.hibernate.service.jdbc.connections.internal.DriverManagerConnectionProviderImpl configure
INFO: HHH000046: Connection properties: {user=SCOTT, password=****}
2012-11-21 20:11:09 org.hibernate.dialect.Dialect <init>
INFO: HHH000400: Using dialect: org.hibernate.dialect.OracleDialect
2012-11-21 20:11:09 org.hibernate.dialect.Oracle9Dialect <init>
WARN: HHH000063: The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead
详细解决方案
hibernate4.1连接oracle11g有关问题
热度:42 发布时间:2016-04-21 22:55:43.0
相关解决方案
- hibernate4.0 org.hibernate.cach这个类,该怎么处理
- Oracle11g 监听器启动不了咋回事
- pdo oracle11g Express Edition,该如何解决
- pdo oracle11g Express Edition解决方案
- hibernate4,spring3,struts2调整中解决
- Hibernate4 业务层没法更新记录
- Hibernate4.3.1 创建session工厂的有关问题
- hibernate4.3配置二级缓存报错了,该如何解决
- hibernate4.3连接MySQL6.0,配置正常,但无法打开数据库,同时爆出连接错误
- 程序升级替spring4+hibernate4+struts2以后,不识别DelegatingRequestProcessor了
- hibernate4 实现 自动更新表结构,该怎么解决
- hibernate4.0+spring3.1+struts2.2.3集成无法访问数据库解决思路
- hibernate4.1 下载完后,源码在哪个目录下解决思路
- spring3.0+hibernate4.0解决办法
- Hibernate4.3 创造SessionFactory
- hibernate4.1连接oracle11g有关问题
- Hibernate4.3 创办SessionFactory
- struts2.3.4+hibernate4.18+spring3.2 自动创办外键关联失败,创建序列失败
- hibernate4.1.8 有关问题 雪中坐等
- hibernate4.1+oracle11g+struts2.3+ojdbc14.jar解决办法
- 哪位高手做过Spring3 Hibernate4.x的junit dao测试
- spring3.1.1&hibernate4.1.1 整合有关问题
- hibernate4.1 validator无效有关问题
- 新手,vs2010\jdk\eclipse\oracle11g\access\x86还是x64
- oracle11g 与JDK兼容有关问题
- oracle11g for Linux 能否安装到 linux for IA64的系统上,该如何处理
- oracle11g,怎么获取建表语句
- oracle11g r2 sys和system无法远程连接数据库解决思路
- oracle11g 客户端安装,该怎么处理
- Oracle11g 创建存储过程报错,请帮小弟我看看