@Tim Burke I'm glad to hear that you were able to resolve the issue by removing the truncate table call and using the "DELETE" statement instead.
Regarding the new error you are encountering with the "pre-copy script" attribute, it seems to be related to a syntax error in the SQL command. Specifically, the error message "ORA-00933: SQL command not properly ended" indicates that there is a problem with the syntax of the SQL command.
To resolve this issue, you may want to double-check the syntax of the SQL command and make sure that it is properly formatted. You can also try running the SQL command directly in Oracle SQL Developer to see if it produces any errors or warnings.
If the issue persists, you can try adjusting the WorkArounds2 property as I mentioned earlier. The value for WorkArounds2 that you can try is 2.
Hope this helps. Please do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.