I need to use Enterprise Lib with Oracle to handle bulk inserts/updates/deletes through associative arrays without including the ODP.NET dll for abstraction purposes.
This has to be done through C# code (not stored procs) due to an issue with dbd resources. There is an arraybindcount property for using associative arrays with Oracle, but apparently no way to set this through Enterprise Library.
Is there a way to accomplish this? Using .NET 4, Enterprise Library 5 DAAB, Oracle 11g.
Thanks