惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
GbyAI
GbyAI
U
Unit 42
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
P
Proofpoint News Feed
D
DataBreaches.Net
N
Netflix TechBlog - Medium
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
C
Check Point Blog
Martin Fowler
Martin Fowler
月光博客
月光博客
MongoDB | Blog
MongoDB | Blog
MyScale Blog
MyScale Blog
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
M
MIT News - Artificial intelligence
云风的 BLOG
云风的 BLOG
罗磊的独立博客
B
Blog RSS Feed
J
Java Code Geeks
The GitHub Blog
The GitHub Blog

博客园 - 淡无心

Git 常用操作命令手册 Idea快捷键 Java_core复习 gitblit重置管理员密码【gitblit】 使用命令创建git仓库 Windows平台下搭建自己的Git服务器【gitblit】 python笔记 代码整洁之道 Vue学习02 Vue学习01 linux 服务器挂在目录 java内部编码 用base64Encoder进行编码 和base64Decoder解码 序列化和反序列化 HttpServletResponse类 配置Tomcat服务器数据连接池 SVN修改地址 Linux初始root密码设置 plsql的使用,本地只装一个客户端。
[DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, P...
淡无心 · 2016-03-24 · via 博客园 - 淡无心

2016-03-24 16:39:35.687http-8080-1[INFO ][org.springframework.jdbc.support.SQLErrorCodesFactory] SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase]
2016-03-24 16:39:35.687http-8080-1[DEBUG][org.springframework.jdbc.support.SQLErrorCodesFactory] Looking up default SQLErrorCodes for DataSource [org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy@26d01b2e]
2016-03-24 16:39:35.703http-8080-1[DEBUG][org.springframework.jdbc.datasource.DataSourceUtils] Fetching JDBC Connection from DataSource
2016-03-24 16:39:35.703http-8080-1[DEBUG][org.springframework.jdbc.datasource.DataSourceUtils] Fetching JDBC Connection from DataSource
2016-03-24 16:39:35.703http-8080-1[DEBUG][org.springframework.jdbc.datasource.DataSourceUtils] Returning JDBC Connection to DataSource
2016-03-24 16:39:35.703http-8080-1[DEBUG][org.springframework.jdbc.datasource.DataSourceUtils] Returning JDBC Connection to DataSource
2016-03-24 16:39:35.703http-8080-1[DEBUG][org.springframework.jdbc.support.SQLErrorCodesFactory] Database product name cached for DataSource [org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy@26d01b2e]: name is 'Oracle'
2016-03-24 16:39:35.703http-8080-1[DEBUG][org.springframework.jdbc.support.SQLErrorCodesFactory] SQL error codes for 'Oracle' found
2016-03-24 16:39:35.

产生的原因是:从DB2 到oracle变动

得到的结果是:数据库里添加的数据库类型不一样

解决方法:找到不一致的类型。