DBD::Informix and FET_BUF_SIZE

From: Tvilliers (tvilliers_at_lastminute.com)
Date: 04/22/04

  • Next message: dianap_at_vf.shawcable.net: "My lesbian fetish pics"
    To: dbi-users@perl.org, tvilliers@lastminute.com
    Date: Thu, 22 Apr 2004 17:29:53 +0100
    
    

    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


  • Next message: dianap_at_vf.shawcable.net: "My lesbian fetish pics"

    Relevant Pages

    • Re: Apache, Oracle, Perl DBI Problems
      ... I believe at the start of every perl cgi script interfacing ... 'perl dbi oracle'. ...
      (perl.dbi.users)
    • Re: Why wont my script terminate?
      ... Laurie, here are a couple of other things to look at: ... You are not explicitly checking for errors on your DBI calls after the ... > Here's my script: ... > msgs in output file when testing) ...
      (perl.dbi.users)
    • InterBase MEMO/BLOB fields, data with size > 1MB
      ... my Perl script I have a code part that fetches a data from database ... Scriptwork just fine if the "content" in MEMO or BLOB ... DBD-InterBase with some other Perl module? ... "The DBI currently defines no way to insert or update LONG/LOB values ...
      (perl.dbi.users)
    • Re: Attribute Parameter Problem with bind_param( )
      ... I'm using the same DBI version on both, ... prompt. ... parameter problem in one of the methods called in the script. ... Here is the error from the error log: ...
      (comp.lang.perl.misc)
    • use DBI; connection timeout
      ... I wrote a script to run a few select queries from a database using the DBI ... but occasionally times out and either the query ... # Set up the basics ...
      (perl.beginners)