cx_Oracle + array parameter

sandrof66 sandrof66 at hotmail.com
Fri Mar 4 08:15:17 EST 2016


I did your solution. I created a varray like this: TYPE LIST_IDS IS TABLE OF INT INDEX BY BINARY_INTEGER, but when I try to use in a sql statement SELECT appears an oracle error cannot access row in nested table. I use oracle 11g and I read that you can use a varray declare in plsql to sql statement.





More information about the Python-list mailing list