java.sql.SQLException:内部错误:UnabletoconstructaDatumfromthespecifiedinput

17、雨 "哗哗…… "地下起来,就像一个庞大的乐队在地上、空中、屋顶上演奏着秋的交响曲!行道树叶——梧桐叶也伴着秋雨在天空中飘荡,像几只飞舞的蝴蝶在天空中嬉戏!终于,它们飘累了,慢慢地落在了湿漉漉的水泥地上。远远的望去,就像是土地上的几朵小花,给寂寞的秋天增添了几分情趣!
Q:
I am working with Oracle database 8.1.7 and I have written a JAVA code to update the table which contains one BLOB field . I am using updateBinaryStream method of resultset to update the BLOB field but it is failing after giving following exception java.sql.SQLException: Internal Error: Unable to construct a Datum from the specified input Can anyone help me in this regard ?
A:
That's because you are using FileInputStream. FileInputStream doesn't implement all methods of java.io.InputStream. Use java.io.File instead.

本文java.sql.SQLException:内部错误:UnabletoconstructaDatumfromthespecifiedinput到此结束。不要轻言放弃,否则对不起自己。小编再次感谢大家对我们的支持!

您可能有感兴趣的文章
SQL PLUS基本命令的如何使用方法示例

SQL查询包含下划线的字段内容操作

Oracle SQLPlus导出数据到csv文件的方法

plsql连接oracle数据库详细配置的方法步骤

PLSQL安装、汉化和激活的方法步骤如何实现