Need to load .csv file into Oracle table. [message #226023] |
Thu, 22 March 2007 05:50 |
yugamore
Messages: 23 Registered: December 2006
|
Junior Member |
|
|
Hi,
I have a .csv file with 40 million records. I need to load this file into oracle table. But I canot use sql loader to do this ,because I don't have access to unix. Can I load this file using some tool like Toad or Pl/sql developer? How can i do it faster?
|
|
|
|
|
|
|
|
|
Re: Need to load .csv file into Oracle table. [message #232570 is a reply to message #232508] |
Sat, 21 April 2007 05:52 |
ejboy
Messages: 2 Registered: April 2007
|
Junior Member |
|
|
I see similar questions repeating in different forums from time to time, so I've put a link to Scriptella example to help other people looking for typical ETL solutions. It's frustrating when you google for something and find a question without different ways to achieve the goal.
P.S. I've forgotten to mention that Scriptella has no limitation on the number of CSV records being processed, provides JMX-based monitoring in real time and can be easily executed from a command line, Ant or even directly from a Java code.
[Updated on: Sat, 21 April 2007 05:55] Report message to a moderator
|
|
|