Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Manipulating data from long columns in PL/SQL
Use LOB instead of LONG.
DBMS_LOB package has better management features.
Vishal Makhija <vishal_at_taten.com.au> wrote in message
news:387A7232.14A70EA3_at_taten.com.au...
> Hi ,
>
> A simple long-type manipulation question...
>
> Since the max. length of a local variable (PL/SQL) of type long is
> 32767, how does one manipulate data from Long columns, having size
> larger than that?
>
> Also, normal string functions like length or substr, do not work
> with long types. So how does one perform those on Long datatypes?
>
> Can anyone please help?
>
> Thanks.
> --Vishal
>
>
>
>
>
Received on Tue Jan 11 2000 - 17:53:23 CST
![]() |
![]() |