Is anyone having success using Oracle with Django? I see that oracle support from the bolder sprint was rolled into trunk however when I issue the command:
$python manage.py syncdb I get the error message: return Database.Cursor.execute(self, query, params) cx_Oracle.DatabaseError: ORA-00911: invalid character I currently have the latest trunk release checked out (4939) and I'm also using cx_Oracle 4.3. I don't get any errors when I issue: $python manage.py sqlall <app name> Is there something I'm missing or is this a legitimate bug? If so I'll file a ticket asap because I really, really need this to work. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---