Hi
I am trying:
sql> insert into schema.table select * from schema.table;
and getting
ORA-00997: Illegal use of LONG datatype.
One of the colums in both tables is of LONG datatype.
We have Oracle 8.0.6.
Is anyway to insert/transport a long datatype?
I still get this error even if I specify the columns individually. Many Thanks.
Thiko!
I am trying:
sql> insert into schema.table select * from schema.table;
and getting
ORA-00997: Illegal use of LONG datatype.
One of the colums in both tables is of LONG datatype.
We have Oracle 8.0.6.
Is anyway to insert/transport a long datatype?
I still get this error even if I specify the columns individually. Many Thanks.
Thiko!