Frank, I've been doing as much maintenance and bug fixing as I can on
the boulder-oracle-sprint branch.  I test against 9i as well as 10g
XE.

If you could do as James suggests and post a detailed bug report at
http://code.djangoproject.com/, I'll take a look and get it fixed.

thanks,

Matt

On Mar 19, 1:58 am, "frank h." <[EMAIL PROTECTED]> wrote:
> Hello,
> I am trying to use Django with an Oracle9i database (the server
> version is "Oracle 9i Enterprise Edition Release 9.2.0.7.0 - 64bit
> Production")
>
> using cx_Oracle, i can connect to the database fine. sqlplus and all
> other tools I've tried connect just fine. It is upon executing
>
>   manage.py install <....>
>
> that things go wrong, the database engine complains about the SQL that
> django is generating. I am by no means a database or SQL expert, but I
> showed the output of manage.py sqlall <....> to our DBA, and he
> pointed out the syntax errors to me.
>
> My questions are:
>   - who is maintaining this oracle branch and how can I get in touch
> with them (I looked on the wiki but found no branch homepage, this
> would maybe be a good idea to create?)
>   - can somebody look at the SQL I get from manage.py and either
> confirm that its a problem (in which case I could file a bug) or tell
> me what is going wrong?
>
> I can't even get the admin to install, this has nothing to do with
> models that I have created. I assume though that the oracle branch is
> able to create the admin tables in an oracle database (I could not
> find any information to the contrary)
>
> ok, thanks for your help
> -frank


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to