본문 바로가기

Database/Oracle

blob필드 값 출력하기


select utl_raw.cast_to_varchar2(dbms_lob.substr(BLOB_FIELD)) from TABLE_WITH_BLOB where ID = '<row id>';