#14128: oracle system tablespace privileges
---------------------------+------------------------------------------------
Reporter: gleiwer | Owner: nobody
Status: new | Milestone:
Component: Uncategorized | Version: 1.2
Keywords: oracle | Stage: Unreviewed
Has_patch: 0 |
---------------------------+------------------------------------------------
Hello there,
When i execute python manage.py syncdb
i get the next message.
i'm using oracle database, and it has the privileges that are necessary
like, create session, create table, create sequence, create procedure and
create trigger. I don't know why is happening this. Thanks for you help.
[django...@host test_one]$ python manage.py syncdb
Creating table auth_permission
Traceback (most recent call last):
File "manage.py", line 11, in ?
execute_manager(settings)
File "/usr/lib/python2.4/site-
packages/django/core/management/__init__.py", line 438, in execute_manager
utility.execute()
File "/usr/lib/python2.4/site-
packages/django/core/management/__init__.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python2.4/site-packages/django/core/management/base.py",
line 191, in run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/lib/python2.4/site-packages/django/core/management/base.py",
line 218, in execute
output = self.handle(*args, **options)
File "/usr/lib/python2.4/site-packages/django/core/management/base.py",
line 347, in handle
return self.handle_noargs(**options)
File "/usr/lib/python2.4/site-
packages/django/core/management/commands/syncdb.py", line 95, in
handle_noargs
cursor.execute(statement)
File "/usr/lib/python2.4/site-packages/django/db/backends/util.py", line
15, in execute
return self.cursor.execute(sql, params)
File "/usr/lib/python2.4/site-
packages/django/db/backends/oracle/base.py", line 507, in execute
return self.cursor.execute(query, self._param_generator(params))
django.db.utils.DatabaseError: ORA-01950: no privileges on tablespace
'SYSTEM'
--
Ticket URL: <http://code.djangoproject.com/ticket/14128>
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.