I’ve a table in which a column contains procedure calls separated with semicolon and new lines. If I export this dataset as INSERT statement and try to load into an other DB then I get error ORA-01756 and SP2-0734. This is the same issue as it is described at http://janhellevik.com/?p=570 .
Is there any option to configure the Export dataset function to generate INSERT statements with q’ operator or an other sqlterminator?