in reply to Re^3: Fork a new process for inserting a record in DB (Oracle)
in thread Fork a new process for inserting a record in DB (Oracle)
The idea is to write your data source to a text file with Perl.
Then you use sqlldr to bulk load the data into your database.
This is much faster than doing it through DBI.
|
|---|