Hi All,
I am facing an issue while trying to update a column in a table in Oracle SQL Developer
I am getting the following error as follows
QL Error: ORA-01704: string literal too long
01704. 00000 - "string literal too long"
*Cause: The string literal is longer than 4000 characters.
*Action: Use a string literal of at most 4000 characters.
Longer values may only be entered using bind variables.
Could you please suggest a workaround for this
Regards,
Mathew