Re: Calling Oracle Stored Procedures with REF CURSOR I get "unhandled data type CursorDebugWrapper"

2014-10-05 Thread Enyert Viñas
Hi Néstor, Please provide us your code, so we can help you with this issue. Best regards 2014-10-05 11:38 GMT-04:30 Néstor Boscán : > Hi > > I'm trying to use DJango to call Oracle Stored Procedures with REF CURSOR. > When I execute it I get: "unhandled data type CursorDebugWrapper". It looks >

Calling Oracle Stored Procedures with REF CURSOR I get "unhandled data type CursorDebugWrapper"

2014-10-05 Thread Néstor Boscán
Hi I'm trying to use DJango to call Oracle Stored Procedures with REF CURSOR. When I execute it I get: "unhandled data type CursorDebugWrapper". It looks like cx_Oracle doesn't like the DJango cursor wrapper. Regards, Néstor -- You received this message because you are subscribed to the Goog