#20707: manage.py test failed with error ORA-01950 when use Oracle 12c
----------------------------------------------+--------------------
     Reporter:  sns1081@…                     |      Owner:  nobody
         Type:  Bug                           |     Status:  new
    Component:  Database layer (models, ORM)  |    Version:
     Severity:  Normal                        |   Keywords:
 Triage Stage:  Unreviewed                    |  Has patch:  0
Easy pickings:  0                             |      UI/UX:  0
----------------------------------------------+--------------------
 When using new release Oracle 12c creating test user broken with error
 {{{DatabaseError: ORA-01950: no privileges on tablespace 'TEST_V8'}}}
 It happens because '''UNLIMITED TABLESPACE''' is no longer included in
 '''RESOURCE''' role. Quota must be explicitly set by {{{ALTER USER
 test_user QUOTA UNLIMITED ON test_tablespace}}} after creating test user
 but before load any data.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20707>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/060.35be5c5ae6f6a7b66eda7beda9deadd7%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to