How do you call oracle bulk insert in C#?

  • Thread starter Thread starter Simon
  • Start date Start date
Simon,

OCI allows you three methods to insert - single row, multiple rows (using
arrays for bind variables) and direct load. the ODP.Net provider support
the first two of these - the Direct Path Loader interface is accessible only
through direct OCI (using C / C++, etc)

regards
roy fine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top