Efficient way to insert thousands of lines using EF
Posted: Mon 09 Jan 2012 13:17
Hi!
I am looking for an efficient way to insert thousands of lines into tables of an Oracle DB using only the EF syntax.
What I do not want is to have some OracleCommand with a plain SQL statement.
I stumbled upon a promising solution using stored procedures with table parameters which could do the job.
I found a thread here (http://www.devart.com/forums/viewtopic. ... table+type) covering this aspect. The negative reply is quite old, so maybe there was some improvement in the meantime.
Are there any good news regarding the usage of self-defined types in EF?
Do you have any hints for me how I could accomplish my task?
Thanks a lot for your help!
With best regards,
KAAN
I am looking for an efficient way to insert thousands of lines into tables of an Oracle DB using only the EF syntax.
What I do not want is to have some OracleCommand with a plain SQL statement.
I stumbled upon a promising solution using stored procedures with table parameters which could do the job.
I found a thread here (http://www.devart.com/forums/viewtopic. ... table+type) covering this aspect. The negative reply is quite old, so maybe there was some improvement in the meantime.
Are there any good news regarding the usage of self-defined types in EF?
Do you have any hints for me how I could accomplish my task?
Thanks a lot for your help!
With best regards,
KAAN