2006-06-06

PLSQL Procedure Call in Python

I had some trouble. In cx_Oracle documentation there is nothing. Ours is here.

How to call PL/SQL function returning an array in python?

result = cursor.callfunc('getFoo', [cx_Oracle.STRING, 20])

No comments:

Post a Comment