Hi, On 8/6/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Sat, 2006-08-05 at 08:15 -0700, David wrote: [snip] > > File "django/db/backends/oracle/base.py", line 70, in execute > > return Database.Cursor.execute(self, query, params) > > cx_Oracle.DatabaseError: ORA-00911: invalid character [snip]
Have a look at http://ora-00911.ora-code.com/ or http://www.techonthenet.com/oracle/errors/ora00911.php. "oerr ora 00911" is pretty useless, and just tells you what you already know, but the links above suggest that this may have to do with quoted identifier names _or_ unquoted special characters. As a stab in the dark, does Django attempt to terminate any statements with a trailing semicolon? If it does, that's probably the problem you're running into - just remove the trailing semicolon and the problem will go away. Hope that helps, Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---