Hi,
Does anyone know how we use PLSQL table with ORDS. when using 11gR2 database. I tried creating a REST service PL/SQL block based and wrote a package procedure with PL/SQL table (array) one parameter.when i call it in REST handler i get error wrong type argument.
Following is the code. Help me to find the error. I have read that PLSQL index by integer table are supported.
REST handler

Package


Error
java.sql.SQLException: ORA-06550: line 3, column 4:
PLS-00306: wrong number or types of arguments in call to 'INS_C'
ORA-06550: line 3, column 4:
PL/SQL: Statement ignored
Table:
