Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: how to copy data from long to varchar2
Martin T. schreef:
> Peter Keckeis wrote:
>> >> create table test (pk char(6), vc_txt varchar2(2000), l_txt long, >> constraint testpk primary key(pk)) >> >> generates an ORA-00932 error.
Must be pre-8.0, because Oracle advertises to use LOB's, not longs since the end of 7.3. The use of char(6) as primary key also makes me wonder.
And when were varchar2(4000) columns introduced?
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Fri Nov 03 2006 - 02:17:30 CST
![]() |
![]() |