Select to view content in your preferred language

Calling an Oracle stored procedure with a REF CURSOR output parameter

146
0
Wednesday
AnthonyThompsonFWP
New Contributor II

Has anyone used arcpy.ArcSDESQLExecute to call an Oracle stored procedure which includes a 'REF CURSOR' type out parameter? Since the .execute() function expects a string, I don't know how you would pass in a cursor object for the parameter which is expecting a cursor object for returning results.

0 Replies