Good Day,
I'm trying to make backup copy of a table using the following statement:
create table vgn_users_06152005 as
select * from vgn_users
I get the following error message:
ORA00997: illegal use of LONG datatype
One of the columns is obviously of LONG datatype.
Any thoughts?
Thanks,
Dan
I'm trying to make backup copy of a table using the following statement:
create table vgn_users_06152005 as
select * from vgn_users
I get the following error message:
ORA00997: illegal use of LONG datatype
One of the columns is obviously of LONG datatype.
Any thoughts?
Thanks,
Dan