cx_Oracle + array parameter
sandrof66
sandrof66 at hotmail.com
Fri Mar 4 08:15:17 EST 2016
More information about the Python-list mailing list
Fri Mar 4 08:15:17 EST 2016
- Previous message (by thread): Lookahead while doing: for line in fh.readlines():
- Next message (by thread): cx_Oracle + array parameter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Lookahead while doing: for line in fh.readlines():
- Next message (by thread): cx_Oracle + array parameter
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list