backup of table getting error.ORA-00997:
Just try to take a backup of table getting this error why ..?
create table HFRN.HFM_ERRORLOG_bkp as select * from HFRN.HFM_ERRORLOG
ORA-00997: illegal use of LONG datatype
create table HFRN.HFM_ERRORLOG_bkp as select * from HFRN.HFM_ERRORLOG
ORA-00997: illegal use of LONG datatype
0