Whenever I try to insert a long string into a LONG field (in sqlplus or OEM), I am getting this error:
ORA-01704: string literal too long
The string is problaby > 2000 char (I don't have the same problem if I truncate the text). I even tried other field types,like LONG RAW or BLOB, but I get the same or similar errors. Does anyone have a PLSQL script to do this?
Or, any other solution that can be implemented in OEM,sqlplus, sql scratchpad or similar?
Thank you,
Desperate.
ORA-01704: string literal too long
The string is problaby > 2000 char (I don't have the same problem if I truncate the text). I even tried other field types,like LONG RAW or BLOB, but I get the same or similar errors. Does anyone have a PLSQL script to do this?
Or, any other solution that can be implemented in OEM,sqlplus, sql scratchpad or similar?
Thank you,
Desperate.