At last! Get it from here .
Through ODP.NET you can use Oracle's Associative Array feature. Unfortunately, there is a limitation: you cannot have associative arrays with an index type other that number. If you have this stored procedure: PACKAGE MyPackage AS TYPE AssocArrayVarchar2_t...