Re: [cx-oracle-users] Named Parameters Issue - ORA-01460: unimplemented or unreasonable conversion
Brought to you by:
atuining
From: Mark H. <mh...@pi...> - 2013-04-08 22:02:03
|
On 4/8/13 2:56 PM, Anurag Chourasia wrote: > Hi Tamas, > > Thanks for the response. Here is the result... > > TAG_NBR: u'2928982' <type 'unicode'> > > Please let me know if this gives any more ideas. I will also try a explicit type conversion using str() to see if that makes a difference. If that doesn't work can you try using a non-unicode string such as {'TAG_NBR': 'ABC'} |