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: DBD::CSV - UPDATE corrupts data!
      ... DBI 1.607, DBD::CSV 0.20, both runs deliver the same result from your first run. ... This are remnants from the shortening of the original program to generate a minimal test script. ... will try UPDATE Projects ...
      (perl.dbi.users)
    • Re: DBD::CSV - UPDATE corrupts data!
      ... I stumbled over somthing very strange: When I try to update data in a table, the input parameters are going into the right fields - exept the first data row in the table / file. ... Below is a script which demonstrate the thing. ... Running the code below copied and pasted on Linux 2.6.26.5, Perl 5.8.8, DBI 1.607, DBD::CSV 0.20, both runs deliver the same result from your first run. ...
      (perl.dbi.users)
    • Re: DBD::Oracle problem with bind_param_inout and UTF-8
      ... my $uidpwd = 'usr/pwd@db'; ... Using DBI 1.605 and DBD::Oracle 1.23 ... Sym = € ... Consider the following script ... ...
      (perl.dbi.users)
    • Re: Cant ctrl-c to exit with DBI, DBD::Oracle
      ... I'm running into a strange problem with a script that uses DBI and ... Once my script connects to my database, ... Otherwise the database handle seems to work fine. ... use DBI; ...
      (perl.dbi.users)
    • Re: Apache, Oracle, Perl DBI Problems
      ... I believe at the start of every perl cgi script interfacing ... 'perl dbi oracle'. ...
      (perl.dbi.users)