Array Binding feature of ODP.NET question
793234Aug 24 2010 — edited Nov 2 2010I've just updated all of my database inserts to use the array binding feature of ODP .NET and have increased my write time dramatically. However, I have one stored proc that is using a merge statement and it's not working with the array binding.
Is there a way to get this to work?
I'm using
Oracle 11g Release 2 ODAC 11.2.0.1.2 with Oracle Developer Tools for Visual Studio
Visual Studio .NET 2010 (.NET 4.0)
I can include my stored procedure and .NET code if needed.
Thanks,
Jeff