#27435: Raise an error when using --keepdb without an explicit TEST.PASSWORD on
Oracle
-----------------------------------+------------------------------------
     Reporter:  Simon Charette     |                    Owner:  felixxm
         Type:  Bug                |                   Status:  assigned
    Component:  Testing framework  |                  Version:  1.10
     Severity:  Release blocker    |               Resolution:
     Keywords:  oracle             |             Triage Stage:  Accepted
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+------------------------------------

Comment (by felixxm):

 Now I see that we already change the test user's password on each run (see
 
[https://github.com/django/django/blob/master/django/db/backends/oracle/creation.py#L228
 1]). `ORA-01920` means that user already exists.

 I think that the problem may be in the `ALTER USER` permission missing.
 It's hard to say without error details.

--
Ticket URL: <https://code.djangoproject.com/ticket/27435#comment:8>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.b8433512620995ee04cf175fd960715b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to