Inserting DataTable into Oracle table
880362Aug 5 2011 — edited Aug 8 2011Hi,
I wan to insert all the data in Datatable to Oracle table. Can anyone let me know a best approch for inserting?
currently I am creating parameters as PL/SQL associated array for each column and will running the command.executenonquery()
If I insert data as above then system is taking more resources and I am getting OutOfMemory exception. I am having data around 1,000,000 rows and each row having 20 columns.
Please let me know any other ways of insertion using ODP.NET?