文章目录 环境症状问题原因解决方案 环境 系统平台:Linux x86-64 Red Hat Enterprise Linux 7 版本:4.5 症状 column “ZYZP” is of type BLOB but expression is of type OID 问题原因 应用中配置的BLOB类型,数据库中类型是bytea 解决方案 sysdba登录执行 create cast(oid as bytea) with inout as IMPLICIT;