I\'m currently using the Microsoft ADO.NET provider for Oracle (System.Data.OracleClient). I\'m aware that it is certainly not the best Oracle provider availabl
I think you can create your own provider that uses the defaults you want to use. You could create that provider easily by inheriting all the classes from odp.net, just adjust some properties like BindByName.
The DbProviderfactory will create your classes instead of the normal odp.net classes.