I am using .net with Oracle
i wanted to insert bulk data in single stored procedure call ...
Many examples if you google the phrase "Oracle Bulk Insert".
Depending on items you haven't specified a couple different options exist.
http://www.oracle.com/technetwork/issue-archive/2009/09-sep/o59odpnet-085168.html
http://dotnetslackers.com/articles/ado_net/BulkOperationsUsingOracleDataProviderForNETODPNET.aspx
am using oracle client not opd.net
So oracle client does not support arraybindcount ....any idea ?