Page 1 of 1

How can I use oraDirect massive upload with transaction?

Posted: Sat 30 Sep 2006 14:53
by [UnforgiveN]
Hi!

I need to upload large volumes of information into database from local computer as fast as I can, but I should to have an opportunity to rollback my uploading.

DbLoader class has no any transaction scheme as I understand from your documentation and samples. How can I escape from this situation using oraDirect library for C#?

Thanks!

Posted: Mon 02 Oct 2006 06:31
by Paul
Please try to use DML array parameters. See ArrayBind sample project and OraDirect .NET documentation for more information