Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: LONG datatype
If you can guarantee that the LONG variable will always contain less than 62000 (ish) bytes you could use PL/SQL as you are allowed to use functions such as replace against PL/SQL LONG variable types, because they have that size limitation.
Regards,
Ian Received on Thu Oct 02 1997 - 00:00:00 CDT
![]() |
![]() |