Home  >  Article  >  Database  >  SpringjdbcTemplat写入BLOB数据为空

SpringjdbcTemplat写入BLOB数据为空

WBOY
WBOYOriginal
2016-06-07 15:56:291187browse

近日做平台新闻接口,数据库用的是Oracle10g,项目使用Spring框架,新闻表内有一字段为BLOB类型,但是在写入时遇到了写入后BLOB字段为空,替换了Spring 的jar包无效,跟bug也没看出什么端倪,最终将目标锁定在oracle.jdbc.OracleDriver 所引用的jar包版本上

近日做平台新闻接口,数据库用的是Oracle10g,项目使用Spring框架,新闻表内有一字段为BLOB类型,但是在写入时遇到了写入后BLOB字段为空,替换了Spring 的jar包无效,跟bug也没看出什么端倪,最终将目标锁定在oracle.jdbc.OracleDriver 所引用的jar包版本上,因为另一个平台的写入是可以的,经确认是 jar包的版本低导致写入不成功。

之前的jar包版本Oracle JDBC Driver version - 9.0.2.0.0;

替换后成功写入的版本是Oracle JDBC Driver version - "10.2.0.3.0;

再次可以提醒大家如果有遇到此情况的,可以先确认一下jar包的版本。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:大数据的三个入口Next article:sql高级操作