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 -> Re: Is "long raw" a valid Oracle datatype?

Re: Is "long raw" a valid Oracle datatype?

From: Anne-Marie Ternes <anne-marie.ternes_at_cie.smtp.etat.lu>
Date: 1998/03/05
Message-ID: <34FEB59F.1BBAC47@cie.smtp.etat.lu>#1/1

Grace Tsai wrote:
>
> When I do this:
>
> ====================================================================
> create table x (data long raw);
> select * from x;
> ORA-00932: inconsistent datatypes
> ====================================================================

I tried this, and it worked without problem. Evidently it doesn't show the value of the long raw, because it can't be displayed. Instead, the result is "(BLOB)" which means "large object". Anyway, I don't get any error message.

Anne-Marie

anne-marie.ternes_at_cie.etat.lu Received on Thu Mar 05 1998 - 00:00:00 CST

Original text of this message

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