Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: DBI/load data infile issue

by runrig (Abbot)
on Jul 08, 2005 at 16:58 UTC ( [id://473499]=note: print w/replies, xml ) Need Help??


in reply to DBI/load data infile issue

Have you determined which records don't get loaded? Are they always the last ones? Perhaps the load does some background processing, and returns to the parent script before it finishes, and the backgrounded process dies. Try adding a 'sleep N' command after the load command (or nohup'ing it)?

Update: or I think raafschild may have it above. (I didn't think of it since I didn't realize that the load file itself was being created in the perl program).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://473499]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-26 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found