Hi,

I'm following the Django tutorial at 
http://www.djangoproject.com/documentation/tutorial01/
with an Oracle XE 10.2 database. cx_Oracle is installed and seems to
be working fine.

At the point where the tutorial instructs me to "python manage.py
syncdb", I see:

Creating table auth_message
Traceback (most recent call last):
  File "manage.py", line 11, in <module>
    execute_manager(settings)
  File "/usr/local/lib/python2.5/site-packages/django/core/
management.py", line 1672, in execute_manager
    execute_from_command_line(action_mapping, argv)
  File "/usr/local/lib/python2.5/site-packages/django/core/
management.py", line 1571, in execute_from_command_line
    action_mapping[action](int(options.verbosity),
options.interactive)
  File "/usr/local/lib/python2.5/site-packages/django/core/
management.py", line 534, in syncdb
    cursor.execute(statement)
  File "/usr/local/lib/python2.5/site-packages/django/db/backends/
oracle/base.py", line 72, in execute
    return Database.Cursor.execute(self, query, params)
cx_Oracle.DatabaseError: ORA-00911: invalid character

The tutorial said to post to this group if I run into problems, so
here I am :) Am I doing something stupid, or is this a bug?

Thanks,
Brian


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

Reply via email to