On Oct 21, 3:55 am, mbdtsmh <[EMAIL PROTECTED]> wrote:
> Hi All - I'm having trouble going from using a mysql database to an
> oracle database. The MySQL db settings work fine and I can validate &
> syncdb my tables into the database. However, when I change my
> settings.py to point to an oracle database then I get the following
> error (I have cx_Oracle installed)...
>
> python manage.py validate
> Traceback (most recent call last):
[SNIP]
> oracle/introspection.py", line 9, in DatabaseIntrospection
> data_types_reverse = {
> AttributeError: 'module' object has no attribute 'NCLOB'
>
> Has anyone seen this before - not much on the web.
>
> Thanks,
>
> Martin
Hi Martin,
What version of cx_Oracle do you have installed? As noted in the
installation guide, Django requires at least version 4.3.1.
-Ian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---