Re: inspectdb+oracle

2012-05-08 Thread Jani Tiainen
You're using old CX_Oracle (5.0.4) which is known to have issues with unicode. Try updating to 5.1.1 and see if problem persists. 8.5.2012 10:50, mapapage kirjoitti: I'm working on a django project on Ubuntu 10.04 with Oracle Database Server I use Oracle Database 10g xe universal Rel.10.2.0.1.0

inspectdb+oracle

2012-05-08 Thread mapapage
I'm working on a django project on Ubuntu 10.04 with Oracle Database Server I use Oracle Database 10g xe universal Rel.10.2.0.1.0 against cx_Oracle-5.0.4-10g-unicode-py26-1.x86_64 My db is generated by oracle 10gr2 enterprise edition (on Windows XP, import done in US7ASCII character set and AL16UT

Re: inspectdb Oracle

2009-10-28 Thread gillengam
Thank you very much. On 26 Ott, 15:03, "Mark (Nosrednakram)" wrote: > On Oct 26, 4:43 am, gillengam wrote: > > > Hi, I must develop an application that use Oracle database. The Oracle > > connection user is the owner of some tables, but he can only read two > > views (he is not the owner). I us

Re: inspectdb Oracle

2009-10-26 Thread Mark (Nosrednakram)
On Oct 26, 4:43 am, gillengam wrote: > Hi, I must develop an application that use Oracle database. The Oracle > connection user is the owner of some tables, but he can only read two > views (he is not the owner). I used command "python manage.py > inspectdb > models.py", but I got only user's tab

Re: inspectdb Oracle

2009-10-26 Thread Jani Tiainen
gillengam kirjoitti: > Hi, I must develop an application that use Oracle database. The Oracle > connection user is the owner of some tables, but he can only read two > views (he is not the owner). I used command "python manage.py > inspectdb > models.py", but I got only user's tables and I ne

inspectdb Oracle

2009-10-26 Thread gillengam
Hi, I must develop an application that use Oracle database. The Oracle connection user is the owner of some tables, but he can only read two views (he is not the owner). I used command "python manage.py inspectdb > models.py", but I got only user's tables and I need also the two views. How ca