in reply to Automating data loading into Oracle
I did something similar before, try to delegate as much as possible to Oracle SQL*Loader, and write as less code as you can.
SQL*Loader is a great tool to bulk load data into Oracle database, and it helps you to migrate data from file system or other database systems.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Automating data loading into Oracle
by punkish (Priest) on Oct 24, 2005 at 22:15 UTC |