Re: Issues with Django under Windows XP SP2?

2008-02-18 Thread vizcayno
Tom: > it appears to be happening when reloading > > python manage.py runserver --noreload and see if it still happens > All is working right now. I had the same problem using Aspen, and invoking as "python C:\os\aspen\bin\aspen -a0.0.0.0:8000 -- mode=production -rc:/os/200A" I have no problems. M

Issues with Django under Windows XP SP2?

2008-02-18 Thread vizcayno
Hello: I work with Windows XP SP2, Python25 and Django with revision 7127. In this and previous revisions (can not remember) I am having the next "unexpected" error after some minutes of normal working with Django applications: .python manage.py runserver Validating models... 0 errors found Djan

Re: Oracle patch is ready

2007-04-27 Thread vizcayno
Hello Michael: > alter table in_wrong_place move tablespace new_tablespace; > alter index in_wrong_place_ix rebuild tablespace new_index_tablespace; > In my office for example, politics and procedures indicate that before creating Oracle tables, I must coordinate with DBA about the definition of t

'CursorDebugWrapper' object is not iterable under Oracle Sprint development

2007-03-24 Thread vizcayno
I downloaded last revision of django oracle sprint (4815) for some new testings and have a problem; I did not put a ticket because I think the problem is in the recent application of Changeset 4776. Next error occurs at the begining of the admin access: TypeError at /admin/ 'CursorDebugWrapper'

Oracle - Django (unicode, spanish characters, ..)

2007-01-11 Thread vizcayno
I made the next testing with last version of Django-Oracle under WinXP with Oracle 10g2 in a unix Solaris server: 1) I Made a model in Django and created one table (with syncdb). Some titles in the model.py contains spanish characters (referring in this case to á, e, Ñ, ñ, etc) 2) I processed many

Recommended way to connect Oracle Databases

2007-01-05 Thread vizcayno
Hello: Assuming I have an Oracle database with next connection info: user = scott pass = tiger host = Oracle host Name or IP address ORCL = Name of database with no tnsnames.ora file 1) From command line I can do: sqlplus scott/[EMAIL PROTECTED]/ORCL 2) From a Python script: import

Oracle indexes and tablespaces

2007-01-04 Thread vizcayno
Hi: Oracle DBA administration in my office has the policy to separate data in one tablespace and indexes into another tablespace so, when creating a new index, we must reference to a corresponding tablespace name. Will the new Oracle interface give us the possibility to indicate Django in which t

Oracle indexes and tablespaces

2007-01-04 Thread vizcayno
Hi: Oracle DBA administration in my office has the policy to separate data in one tablespace and indexes into another tablespace so, when creating a new index, we must reference to a corresponding tablespace name. Will the new Oracle interface give us the possibility to indicate Django in which t

Re: Error ORA-00918 (column ambiguously defined)

2007-01-03 Thread vizcayno
Matt: I confirm you it is working very well now. I will continue the testing. Thanks!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop

Error ORA-00918 (column ambiguously defined)

2006-12-26 Thread vizcayno
I am testing Oracle backend, revision 4248 of http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint After giving my user name and password to get into the admin page I get error ORA-00918. I isolated the SQL instruction and the error is in SELECT * : SELECT * FROM (SELECT "DJA