Hi, I have a perl script, using the DBI and DBD::Informix to unload data to a flat file. To improve network traffic, the Informix specific FET_BUF_SIZE environment variable is set to "16k". This causes the script to die with "Memory fault". When FET_BUF_SIZE is unset, the script runs fine. I've tried to set the DBI's "LongReadLen" attribute, but it doies not seem to make any difference.
Is this a DBI specific problem? uname -sr gives "Linux 2.4.10-4GB" and perl -v "5.6.1" with "Compile-time options: USE_LARGE_FILES". The DBI version is "1.19". Thank you