BULK LOAD DATA FROM XML INTO ORACLE .NET [message #354332] |
Fri, 17 October 2008 14:56 |
manojsanthi
Messages: 2 Registered: October 2008
|
Junior Member |
|
|
Hi All,
I would like to know if there is a way to Bulk Upload Data from either a Flat file (text file) or XML into Oracle Database.
I am talking about close to 100,000 rows. So I want to avoid an insert statements in a ForEach Loop kind of solution which creates a lot of Network traffic. Also, will going the way of using ODP.NET put too much load on the memory and cause performance degradation of other App running in the same server?
I want to implement this in Windows Server 2003 using .NET platform.
Server Specs: Intel Xeon CPU 2.80 GHz and 2 GB RAM.
Thanks for any answers,
-Manoj
|
|
|
|
|