Re: Connecting to Legacy Oracle Tables

2009-05-23 Thread Jani Tiainen
Ian Kelly kirjoitti: > On May 22, 10:59 am, Christina wrote: >> Hi all, >> >> I'm trying to set up a new Django app that will have several models >> based on existing Oracle tables. I'm running Django 1.0.2, python >> 2.5.1 and cxOracle 5.0.1. >> >> These tables are in a different schema than th

Re: Connecting to Legacy Oracle Tables

2009-05-22 Thread Ian Kelly
On May 22, 10:59 am, Christina wrote: > Hi all, > > I'm trying to set up a new Django app that will have several models > based on existing Oracle tables.  I'm running Django 1.0.2, python > 2.5.1 and cxOracle 5.0.1. > > These tables are in a different schema than the one Django connects > with,

Connecting to Legacy Oracle Tables

2009-05-22 Thread Christina
Hi all, I'm trying to set up a new Django app that will have several models based on existing Oracle tables. I'm running Django 1.0.2, python 2.5.1 and cxOracle 5.0.1. These tables are in a different schema than the one Django connects with, so based on previous discussion here I created views