[DB-SIG] cx_Oracle: Out-Var with type Record

Harald Armin Massa haraldarminmassa at gmail.com
Mon Mar 5 15:40:14 CET 2007


Hello,

I am trying to access some PLSQL-Function with Output-Variables of type
RECORD.

It was perfectly possible to access information when the type was numeric
oder string, by

cn=cx_Oracle.connect(...)
cs=cn.cursor()
n=cs.var(cx_Oracle.NUMERIC)

cx.callproc("whatever",cx_Oracle.NUMERIC,[n])
n.getvalue()

but now the return of whateverrecord is RECORD  ... what can I do?

Harald



-- 
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Reinsburgstraße 202b
70197 Stuttgart
0173/9409607
fx 01212-5-13695179
-
Python: the only language with more web frameworks than keywords.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/db-sig/attachments/20070305/2379c7c0/attachment.html 


More information about the DB-SIG mailing list