

Segmentation Fault Troubleshooting
If a segmentation fault error occurs while executing the <<databasename>>_create_inserts_from_csv1.pl
Perl program, then this is an indication that the amount of data being
processed is too large. The CSV parsing is handled by the Perl module
Text::ParseWords, which encounters limitations with large amounts of
text (over a few hundred characters per field). This error can be avoided
by inserting data with the <<databasename>>_fmpro_to_oracle_xfer_odbc1.pl
[generated by FmPro Migrator STD Edition]. Transfer of data from TAB
or CSV export files is only recommended for relatively small amounts
of text.

