如何从oracle db读取BLOB?

时间:2016-04-04 20:55:26

标签: sql database oracle select blob

我试图使用sql developer从oracle db中以字符串的形式读取BLOB数据。

这是我正在使用的查询:

 select utl_raw.cast_to_varchar2(dbms_lob.substr(BLOB_COL,2000)) from BLOB_TABLE where BLOB_ID= 997600;

但我得到的输出是机器可读格式而不是文本。 有关如何更改此查询的任何建议吗?

1 个答案:

答案 0 :(得分:2)

运行查询,只查询BLOB列。

双击单元格。

查看'文字'值。

瞧。

i didnt run a query, just browsed the table directly

the actual text