Re: Settings for a pure Oracle multi-db Django test suite setup

2010-11-10 Thread Ramiro Morales
On Wed, Nov 10, 2010 at 10:06 PM, Ian Kelly wrote: > > Yes, here are the settings I'm using: > > DATABASES = { >     'default': { >     'ENGINE': 'django.db.backends.oracle', >     'NAME': 'xe', >     'USER': 'ikelly', >     'PASSWORD': 'ikelly', >     'OPTIONS': {'threaded': T

Re: Settings for a pure Oracle multi-db Django test suite setup

2010-11-10 Thread Ian Kelly
On Mon, Nov 8, 2010 at 10:02 PM, Ramiro Morales wrote: > Has anybody had success with this setup i.e. one where the 'default and > 'other' > alias pointing to such an Oracle product/install?. Is it possible at all? > > If so, could you please share the relevant Django settings file (not > really,

Re: Settings for a pure Oracle multi-db Django test suite setup

2010-11-09 Thread Ramiro Morales
Andrew, On Tue, Nov 9, 2010 at 2:15 AM, Andrew Kurinnyi wrote: > Hi Ramiro > > I've been working with Oracle during the sprints after last DjangoCon, > and had the same problem. I've been told by several people that > the second db can't be oracle and should be something else, like sqlite. Thank

Re: Settings for a pure Oracle multi-db Django test suite setup

2010-11-08 Thread Andrew Kurinnyi
Hi Ramiro I've been working with Oracle during the sprints after last DjangoCon, and had the same problem. I've been told by several people that the second db can't be oracle and should be something else, like sqlite. Here is my db settings. DATABASES = { 'default': { 'ENGINE': 'djan

Settings for a pure Oracle multi-db Django test suite setup

2010-11-08 Thread Ramiro Morales
Hi all, I'm setting up a Oracle XE instance on Linux to be able to test Django ORM changes. This has so far resulted in a couple of small fixes and a [1]wiki page documenting the process and hopefully any feeback I get to this email. Being a total newbie regarding Oracle is th reason I post this