Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Seeing BLOB by SELECT

Seeing BLOB by SELECT

From: alex <whocare_at_s.org>
Date: Tue, 28 Jun 2005 02:33:17 +0800
Message-ID: <42c0466d$1_2@rain.i-cable.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US