ORA-01460: 转换请求无法实现或不合理

    xiaoxiao2021-03-25  126

    通过参数化方式插入BLOB字段出现此错误,SQL写法:

    begin

         insert into

         ......

        commit;

    end;

    对于增加或修改BLOB字段时,不能用begin commit end的方式。

    转载请注明原文地址: https://ju.6miu.com/read-10970.html

    最新回复(0)