怎样把String存入oracle的blob字段怎样把String存入oracle的blob字段? 最近一直在做这个,可以存文件,图片,可是不能将string 存入。[解决办法]byte[] b = <java.lang.String> .getBytes();