Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Seeing BLOB by SELECT
Is it possible to display a BLOB column by SELECT in iSQL*PLUS? I know
there is a RAWTOHEX() function which accepts both raw & blob types and
converts them to hex equivalent character values. But I keep on receiving
these errors:
select pk,rawtohex(blobcol) from blobfile
*
ERROR at line 1:
ORA-00932: inconsistent datatypes: expected - got BLOB
Received on Mon Jun 27 2005 - 13:33:17 CDT
![]() |
![]() |