create table test as select * from schema.table_name
where 1=2;
*
ERROR at line 1:
ORA-00997: illegal use of LONG datatype

This table has a long row in it and I am trying to make a copy of it and failing miserably. Any suggestions?
MH