Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: select on LONG!
On Wed, 01 Sep 1999 10:14:15 +0200, Doktor <doktor_at_post.pl> wrote:
>It's impossibile to select LONG datatype in SQL*Plus. If you selecting
>LONG column into variable, remember, that you can use only 32K of data
>for variables.
You are wrong on LONG and SQL*Plus - there is no restriction on selecting LONG columns in SQL*Plus. The only catch is that by default SQL*Plus shows only first 80 characters of LONG column. So Michel's suggestion on setting SQL*Plus's parameter LONG to some larger value was totally correct.
Regards,
Jurij Modic <jmodic_at_src.si>
Certified Oracle DBA (7.3 & 8.0 OCP)
![]() |
![]() |