Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to insert long raw column
I believe Oracle has a problem with this when dealing with long fields. Perhaps, you could do an export of tab_2 and import into tab_1 to get around this problem.
Victoria
"gcma" <gcma_at_sprynet.com> wrote:
>We need to insert into a table with a long raw coloumn from another table
>also with a long raw column.
>The following statement does not work:
>insert into tab_1 as select * from tab_2;
>Any one knows how?
>Thanks in advanced.
Received on Tue Feb 24 1998 - 00:00:00 CST
![]() |
![]() |