x_Oracle.CLOB)
cursor.callfunc(fun_name, cx_Oracle.CLOB, y)
When I print variable 'y' I receive:
>
How can I get value variable 'y'???
How read ???
Vincent Vega
Note:
Off course y.read() does not work, cause 'y'is CLOB not LOB.
(see datatypes table in site:
http://
On 28 Lip, 20:02, Vincent Vega wrote:
> Hi,
>
> I call function in Oracle database use cx_Oracle.
> In standard I define:
>
> db = cx_Oracle.connect(username, password, tnsentry)
> cursor = db.cursor()
>
> I create variable 'y' (result function