I need help for the following.
Problem :
I am trying to INSERT data into a table by selecting data from another table which is having one column of data type LONG.
It gives me the following error.
ORA-00997: illegal use of LONG datatype
I am getting the same message when using same in PL/SQL procedure.
Is there a solution to this. Please help
Problem :
I am trying to INSERT data into a table by selecting data from another table which is having one column of data type LONG.
It gives me the following error.
ORA-00997: illegal use of LONG datatype
I am getting the same message when using same in PL/SQL procedure.
Is there a solution to this. Please help