Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Is "long raw" a valid Oracle datatype?
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
![]() |
![]() |