I’m not sure how to use Java/JDBC to insert a very long string into an Oracle database.
I have a String which is greater than 4000 characters, lets say it’s 6000. I
There are several methods see Java Database Connectivity (JDBC) - Convert String to CLOB and Insert into Oracle database