Opened 17 years ago

Closed 16 years ago

#3953 closed (invalid)

syncdb throws cx_Oracle.DatabaseError: ORA-00911: invalid character

Reported by: Zundra Daniel <zundra.daniel@…> Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version: dev
Severity: Keywords: oracle
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

$python manage.py syncdb

throws 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>

Change History (3)

comment:1 by Zundra Daniel <zundra.daniel@…>, 17 years ago

Resolution: invalid
Status: newclosed

Checked out the latest revision of the boulder sprint branch and this problem is fixed there.

comment:2 by Norbert Klamann, 16 years ago

Resolution: invalid
Status: closedreopened

The problem exists in Release 0.96.1 which was builded after the backmerge of the oracle-sprint, isn't it ?

So I reopen this ticket.

comment:3 by Karen Tracey <kmtracey@…>, 16 years ago

Resolution: invalid
Status: reopenedclosed

No, the 0.96 release was tagged at revision 4810 and the Boulder sprint branch didn't get merged to trunk until 5519, quite a bit later.
True 0.96.1 was built after that, but it only contains essential security fixes on top of the 0.96 base, nothing else.

Note: See TracTickets for help on using tickets.
Back to Top