User269602965 posted
In .NET 4.0,
I always use DECIMAL asp.net datatype to pass numbers
and DATETIME asp.net datatype to pass dates.
Change from System.Data.OracleClient to Oracle.DataAccess.Client
I found it faster, and intellitype gives me more Oracle parameter datatypes to try.