Skip to content

Error when call a procedure that has a ref_cursor as out parameter #169

Closed
@skysegbr

Description

@skysegbr

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 in parameter.
Best regards.

Originally posted by @skysegbr in #167

Metadata

Metadata

Assignees

No one assigned

    Labels

    inactiveThis was marked by stalebot as inactivequestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions