【发布时间】:2015-10-24 14:38:38
【问题描述】:
我在尝试从 oracle DB 读取 Blob 时遇到问题 通过使用这个
rs.getBlob("ARCHIVE_REQ_FILE_BLOB")
我也试试这个
oracle.sql.BLOB blob= (oracle.sql.BLOB) ((OracleResultSet) rs).getBlob("ARCHIVE_REQ_FILE_BLOB");
出现如下错误
SQL Message Invalid column type: getBLOB not implemented for class oracle.jdbc.driver.T4CLongRawAccessor
use IBM WebSphere application server 8.5.5
open connection using WebSphere datasource
using oracle oracle 11.2.0.2
谁能帮帮我 谢谢大家
【问题讨论】:
-
带有以下错误代码 17004 和 SQL Stat 99999
-
请将其添加到问题中,而不是评论中。谢谢。