Thank you for your answer Ian.
Then I dropped the models for which there is no id (in fact I don't
need them).
I also removed these apps to prevent dumpdata from trying to read the
related tables (which does not exists in the source Oracle DB):
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',
Now its running... but I fear its going to run forever !
python.exe is occupying all the remaining 800 MB from a total 1GB
physical memory.
I am wondering if Python is really using the virtual memory (10GB) or
not ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---