Replies: 1 comment
-
Opened as issue #169 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I call the proc using strings it works:
result = cur.var(oracledb.CURSOR)
cur.callproc('MANAGEMENT.RET_EMAIL_RECEIVER', ['23', '1', '1', '1', result])
but when I send using integer it got stuck:
cur.callproc('MANAGEMENT.RET_EMAIL_RECEIVER', [23, 1, 1, 1 , result])
The procedure expects a number as in parameter.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions