通过参数化方式插入BLOB字段出现此错误,SQL写法:
begin
insert into
......
commit;
end;
对于增加或修改BLOB字段时,不能用begin commit end的方式。