Is it possible to create a java representation of a package-level oracle associative array. For example, given the following:
CREATE OR REPLACE PACKAGE MyPac
You can also use OracleConnection.createOracleArray()
Note that arrayTypeName should be the table of type.
arrayTypeName
table of
Also, you may find my my answer on getArray() and writeArray() useful.