'I want to insert a 200k character data in a column using sqldev. I tried basic insert but it says string too long. may I know how can I insert it?

I am using oracle sql developer and I need to insert a 200k data on one cell the data type of the column is already set to clob. However when I tried to insert the data, it says SQL Error: ORA-01704 : string literal too long



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source