On Jan 27, 3:53 am, Nathanael Dyke <nat...@jarvellis.com> wrote: > I've only recently started playing with Django to undertake a technology > assessment of the various frameworks available. As part of the assessment it > needs to integrate with a legacy Oracle XE database (I know) which will > contain customer data, with the default database being MySQL and containing > all the project site data. > > When running inspectdb on the Oracle XE database it produces an empty models > file except for the import header. When running this against the MySQL > database the models table is created correctly. > > Does anyone have any suggestions on resolving this problem?
Hi Nathanael, inspectdb on Oracle will only find tables in the Django user's schema. It doesn't inspect views or synonyms or tables in other schemas. I would guess that one of these describes your situation. Ian -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.