#17015: IntegrityError: ORA-01400: cannot insert NULL into
(...."AUTH_PERMISSION"."ID")  when running syncdb with Oracle
-------------------------------------+-------------------------------------
     Reporter:  anonymous            |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  1.3
  (models, ORM)                      |               Resolution:
     Severity:  Normal               |             Triage Stage:
     Keywords:                       |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by anonymous):

 I can confirm this issue still exists.


 {{{
 Scientific Linux 6.1 x86_64
 Python 2.6.6
 cx_Oracle-5.1.1
 Django-1.3.1
 Oracle 11.2.0 XE
 }}}


 1. After clean install, changed settings.py to oracle engine and tried to
 run a syncdb
 >python manage.py syncdb


 {{{
 File "/usr/lib/python2.6/site-packages/django/db/backends/oracle/base.py",
 line 631, in execute
     return self.cursor.execute(query, self._param_generator(params))
 django.db.utils.IntegrityError: ORA-01400: cannot insert NULL into
 ("TEST1"."AUTH_PERMISSION"."ID")
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17015#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to