Hi,
I am trying to copy a table with long datatype into another table using sql plus 'COPY' command.
Here is what I get

SQL> copy from mndb/default@ewct create newtab using select text_field from email_log;

Array fetch/bind size is 15. (arraysize is 15)
Will commit when done. (copycommit is 0)
Maximum long size is 2000. (long is 2000)

ERROR:
ORA--6453328: Message -6453328 not found; product=RDBMS; facility=ORA


What does this mean,
Thanks
Badrinath