Error : ORA-01704: string literal too long

后端 未结 4 951
梦毁少年i
梦毁少年i 2020-11-29 06:58

While I try to set the value of over 4000 characters on a field that has data type CLOB, it gives me this error :

ORA-01704: string lite

4条回答
  •  迷失自我
    2020-11-29 07:38

    The split work until 4000 chars depending on the characters that you are inserting. If you are inserting special characters it can fail. The only secure way is to declare a variable.

提交回复
热议问题