copying long raw data from one schema to another?

From: Richard Hamel <abandon_at_csa.bu.edu>
Date: 1995/08/21
Message-ID: <ABANDON.95Aug21181323_at_csa.bu.edu>#1/1


Does anyone know of a way to copy long raw data from one schema to another.

insert into schema1.table(long_raw_column) select long_raw_column from schema2.table;

doesn't work

I get the message ora-00997, Illegal use of LONG datatype.

This column contains approximately 1 meg of raw binary data. I would like to do this through sqlplus if possible. Thanks in advance.

--
					Richard Hamel
Received on Mon Aug 21 1995 - 00:00:00 CEST

Original text of this message