Decided that assuming SQL data files are CSV-formatted files is a bad ideaafter running into a package that embeds comments in its data! Changedfrom .csv to .dat and all that implies. Still more testing to do...
Switching to the use of PostgreSQL's COPY command and Oracle's SQL*Loaderto load the data for this package. Much, much faster than a bazillionINSERT statements.