Load clob from “insert into” output file

oracleoracle-11g

In the process of moving data from live to the dev system (completely isolated), I have been given a series of "insert into" files for the affected tables.

One of these tables contains a clob that houses stupidly massive sql queries, so the file contains stupidly massive amounts of text that cannot be inserted via the insert statement…

So, the question is, how can I import the data for this table?

Best Answer

Since they are sql insert files you can only import them using the sqlplus utility. I'd say a dumpfile in this case is the best solution.