#11031: Docs change - django user needs more roles in Oracle database ----------------------------------+----------------------------------------- Reporter: JirkaV | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.0 Keywords: oracle documentation | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- "Supported databases" page mentions that the Django database user needs the following roles for tests to work: * CREATE USER * DROP USER * CREATE TABLESPACE * DROP TABLESPACE
Unfortunately, this is not complete. On top of the above, these roles are needed too: * CONNECT WITH ADMIN OPTION; * RESOURCE WITH ADMIN OPTION; Not a big deal, but can save someone a few minutes of troubleshooting the "insufficient privileges" error :) -- Ticket URL: <http://code.djangoproject.com/ticket/11031> Django <http://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 -~----------~----~----~----~------~----~------~--~---