How do I insert a record in a column having CLOB data type(so big text) having single quote in it?
I've already seen
How to handle a single quote in Oracle SQL
but the solution is make it manual and I'm trying to insert Long text which contains lot of single quotes. Once Oracle detects ', my INSERT doesn't work.
My question is if there is a kind of command like "set define off" where I can tell Oracle to disable the ' in the text