Re: django.db.utils.DatabaseError: ORA-12704: character set mismatch

2015-09-08 Thread Jani Tiainen

Hi,

Please provide following information:

Django version
Oracle database version
cx_Oracle version

If possible try to extract offending SQL.

On 09.09.2015 08:10, Mohsen Bande wrote:
i faced a strange issue, trying to store a list of items (of length 
~30) into database via |bulk_insert|, i get 
|django.db.utils.DatabaseError: ORA-12704: character set mismatch|but 
inserting items one by one via |save| is OK, even putting a few 
items(2~3) into |bulk_insert| sometimes works.

--
You received this message because you are subscribed to the Google 
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to django-users+unsubscr...@googlegroups.com 
<mailto:django-users+unsubscr...@googlegroups.com>.
To post to this group, send email to django-users@googlegroups.com 
<mailto:django-users@googlegroups.com>.

Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFdu22qPQGQgv8iByO51bm7TaQMayPJYzT69PMoJAN1S9K4reQ%40mail.gmail.com 
<https://groups.google.com/d/msgid/django-users/CAFdu22qPQGQgv8iByO51bm7TaQMayPJYzT69PMoJAN1S9K4reQ%40mail.gmail.com?utm_medium=email_source=footer>.

For more options, visit https://groups.google.com/d/optout.


--

Jani Tiainen

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/55EFC68A.1000201%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


django.db.utils.DatabaseError: ORA-12704: character set mismatch

2015-09-08 Thread Mohsen Bande
i faced a strange issue, trying to store a list of items (of length ~30)
into database via bulk_insert, i get django.db.utils.DatabaseError:
ORA-12704: character set mismatchbut inserting items one by one via save is
OK, even putting a few items(2~3) into bulk_insert sometimes works.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFdu22qPQGQgv8iByO51bm7TaQMayPJYzT69PMoJAN1S9K4reQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.