[cx-oracle-users] cx_Oracle.DatabaseError: 00911 invalid character
Brought to you by:
atuining
|
From: Zundra D. <zun...@gm...> - 2007-04-06 12:51:46
|
Hi all, I wasn't sure if I should post this problem here or on the Django list so I'm starting here. I'm currently trying to learn Django for use in a production environment with an Oracle back end. However, when I attempt to use the Django command: python manage.py syncdb I get the error: cx_Oracle.DatabaseError: ORA-00911: invalid character. I notice the queries that Django builds have semicolons to terminate statements. Could that be the issue? Has anyone else ran into this issue who could give me some advice about how to fix it? |