Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Plus Copy Command Problem - Query length limitation
"Layan" <muawiahk_at_gmail.com> wrote in
news:1108975618.909342.60330_at_c13g2000cwb.googlegroups.com:
> I'm trying to run a copy command with a very large query. The problem
> is that "COPY" command has a limitation of 2499 characters. Does
> anybody know how can I override this limitation?
>
> p.s. The solution of creating a view of the large query is a nice one
> but can't be adopted in my specific case.
SQL> SET LONG 32767 Received on Mon Feb 21 2005 - 08:51:42 CST
![]() |
![]() |