Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-00997: illegal use of LONG datatype
Dante,
Yes, this is the solution I found (BLOB and CLOB also add support to transactions - LONG RAW doesn't...). But I'll have to write an specific program to convert the data, and this is what I am trying to avoid. I have a large database of pictures stored in a LONG RAW column, and the job will not be easy... Anyway, I think this is the only way - you just confirmed my suspects... :-(
Thanks,
Dimitri
> Dimitri,
> yep ... that is one of the many restrictions for LONGs.
> You can't use them in selects ;-)
>
> My recommendation is to use LOBs (BLOB, CLOB) instead.
>
> Regards
> Dante
Received on Tue Jun 08 1999 - 10:40:00 CDT
![]() |
![]() |