I am inserting a clob into a column using insert statement in stored proedure. The clob contains '&'. Because of which , oracle engine is taking it as substitution. I tried giving Set define off in Stored procedure. But doesn't seems to be working. Can some one help.