Hello,
I need to store one JSON in table and for that I have created one table with datatype CLOB, But when I am going to insert in this table it throwing error that "SQL Error: ORA-01704: string literal too long"
I have search for solution and found that I can insert it using bind variables, But I did not find any proper example.
I am using procedure to save this JSON request which will be call from JAVA.