Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Batch Loading of data through DBI

by samgold (Scribe)
on Jan 21, 2005 at 20:26 UTC ( [id://424121]=note: print w/replies, xml ) Need Help??


in reply to Batch Loading of data through DBI

As I found out SQL*Loader, Oracle's tool, is much much faster than using DBI. You can check out Best method to load a csv file. Your best bet is to use the tools that your Database provides. In my case I used sqlldr and a PL/SQL procedure to load my data. It takes less than a minute to load the data into a temp table and then run the procedure to load it into the production table.

HTH,
Sam Gold

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-20 04:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found