操作blob字段用dbms_lob包,可以查一下oracle文档查看某行的BLOB字段是否为null:
可以select length(col_blob) from tbname where....;