Pass array to pl/sql procedure using .NET OracleClient
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to pass an array to an oracle procedure using the OracleClient for .NET. I can't find away to do this/ I have trawled the net and have found a few people trying to do the same thing but no solution. The only solution given was to pass the array as a delimited string, but this is no good for my purposes as the array could get quite large. Thanks in advance for any suggestions Ian