|
|
|
Re: how to load data from an tsv into an oracle table w/o using SQLLDR? [message #439905 is a reply to message #439895] |
Wed, 20 January 2010 01:15 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Just being curious: why do you not want to use SQL*Loader? It is, as the name suggest, designed to load data into the database.
Even external tables (as Vamsi suggested) use loader access driver type, so they use loader technology. External tables do have certain advantages over SQL*Loader, so - use this feature. Just note that the input file must be located on a database server, not your local PC (while SQL*Loader works fine locally).
|
|
|