I'm trying to export a query that contains a CLOB column as a Merge Statement format and my CLOB column has about 5000 characters of data. The generated Merge statement from Toad puts CLOB string into several new lines and when I attempt to run the Merge statement in Toad I get the following error:
Oracle thinks each newline for the CLOB is it own literal or statement and because it's incomplete as it own literal, SQL Plus will ignore it.
WORKAROUND:
Manually place the entire string of the CLOB onto one line in the Toad editor and the Merge statement will run.
STATUS:
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center