You can also transfer multiple entries from .NET to Oracle with just one call. You set the ArrayBindCount of the command object to the number of elements you want to pass, and the value of the parameter to an array of values, not just one value. An example is here :
source
share