Re: Django and Oracle 10g

2017-10-08 Thread Jani Tiainen
Hi. There is nothing special with Oracle. Once you have cx_Oracle installed just setting proper django backend and connection params. Note oracle 10g had been out of support for good while and it's not officually supported any more in recent Django versions. Also 11g is going out of support soon

Re: Django and Oracle 10g

2017-10-07 Thread Constantine Covtushenko
Hi Paulo, Did you read https://docs.djangoproject.com/en/1.11/ref/databases/#oracle-notes? I did not use oracle backend in any of my projects. But with Django ORM one will never depend on DB type in common scenarios. I hope that helps. Regards, Constantine C. On Sat, Oct 7, 2017 at 8:51 PM, w

Django and Oracle 10g

2017-10-07 Thread paulo . sovienski
I'm new Here. I'm know Java and C#. I know php with laravel framework. But in Python I'm starting. I need to connect Python with my oracle 10g database, and with the cx_Oracle driver everything worked out. But I do not know how to use this cx_Oracle driver in Django's frameWork. Would someone pl

Re: django and oracle

2014-05-16 Thread Jani Tiainen
On Thu, 15 May 2014 00:07:47 -0700 (PDT) "J. D." wrote: > > On Wednesday, 14 May 2014 21:08:11 UTC+4, Avraham Serour wrote: > > > > it looks like your error occurs when using django ORM with oracle, but in > > the beginning of your email you mention that you don't want to use it, so > > what's

Re: django and oracle

2014-05-15 Thread J. D.
On Wednesday, 14 May 2014 21:08:11 UTC+4, Avraham Serour wrote: > > it looks like your error occurs when using django ORM with oracle, but in > the beginning of your email you mention that you don't want to use it, so > what's the problem here? > > I want to reuse established connection with t

Re: django and oracle

2014-05-14 Thread Jani Tiainen
On Thu, 15 May 2014 07:02:08 +0300 Jani Tiainen wrote: > On Wed, 14 May 2014 07:54:58 -0700 (PDT) > "J. D." wrote: > > > Can someone help me with cx_Oracle and Django?! :) > > > > I have Oracle DB 11.2 with many PLSQL-procedures in it that return cursor > > with various output. I want to work

Re: django and oracle

2014-05-14 Thread Jani Tiainen
On Wed, 14 May 2014 07:54:58 -0700 (PDT) "J. D." wrote: > Can someone help me with cx_Oracle and Django?! :) > > I have Oracle DB 11.2 with many PLSQL-procedures in it that return cursor > with various output. I want to work with them without django ORM and > directly call them. > > First of

Re: django and oracle

2014-05-14 Thread Avraham Serour
it looks like your error occurs when using django ORM with oracle, but in the beginning of your email you mention that you don't want to use it, so what's the problem here? On Wed, May 14, 2014 at 5:54 PM, J. D. wrote: > Can someone help me with cx_Oracle and Django?! :) > > I have Oracle DB 11

django and oracle

2014-05-14 Thread J. D.
Can someone help me with cx_Oracle and Django?! :) I have Oracle DB 11.2 with many PLSQL-procedures in it that return cursor with various output. I want to work with them without django ORM and directly call them. First of all i ran my python code without django, with the cx_Oracle driver and

Re: django and oracle --

2012-05-01 Thread Giovanni Bronzini
Simple one you are missing * item* just before *['prezzo']* :-) On 28 April 2012 18:30, gmail wrote: > hello django boys, > > i hope someone here can help me. i have a problem with django e oracle. > above the code with problem: > > insert = """insert into modello (title, descrizione, url

django and oracle --

2012-04-28 Thread gmail
hello django boys, i hope someone here can help me. i have a problem with django e oracle. above the code with problem: insert = """insert into modello (title, descrizione, url, prezzo, sconto) values (:title, :descrizione, :url, :prezzo, :

Re: Django and Oracle XE - Empty models file

2011-01-28 Thread Jani Tiainen
On Friday 28 January 2011 11:45:48 Nathan wrote: > Cheers for the reply. The database in question is a remote database. I > presume by Django user that you're referring to the local user account? > Otherwise the user credentials in settings should be adequate. > > I'm guessing the only resolution

Re: Django and Oracle XE - Empty models file

2011-01-28 Thread Nathan
Cheers for the reply. The database in question is a remote database. I presume by Django user that you're referring to the local user account? Otherwise the user credentials in settings should be adequate. I'm guessing the only resolution to this is to hand craft the models? -- You received t

Re: Django and Oracle XE - Empty models file

2011-01-27 Thread Ian
On Jan 27, 3:53 am, Nathanael Dyke wrote: > I've only recently started playing with Django to undertake a technology > assessment of the various frameworks available. As part of the assessment it > needs to integrate with a legacy Oracle XE database (I know) which will > contain customer data, wit

Django and Oracle XE - Empty models file

2011-01-27 Thread Nathanael Dyke
I've only recently started playing with Django to undertake a technology assessment of the various frameworks available. As part of the assessment it needs to integrate with a legacy Oracle XE database (I know) which will contain customer data, with the default database being MySQL and containin

Re: Django and Oracle Cartridges

2010-03-19 Thread Tom Evans
On Fri, Mar 19, 2010 at 1:21 PM, huw_at1 wrote: > Hi Tom, > > Sorry if I gave the impression that I had not read around before > posting here. Believe it or not I already have the top 5 hits on this > search marked as read. Was it a particular page you were referring to > since all the ones I have

Re: Django and Oracle Cartridges

2010-03-19 Thread huw_at1
Hi Tom, Sorry if I gave the impression that I had not read around before posting here. Believe it or not I already have the top 5 hits on this search marked as read. Was it a particular page you were referring to since all the ones I have read are either out of date or mention workarounds? Cheers

Re: Django and Oracle Cartridges

2010-03-19 Thread Tom Evans
On Fri, Mar 19, 2010 at 11:35 AM, huw_at1 wrote: > I guess what I am asking is - can Django handle BLOBs in its models? > > On 18 Mar, 16:55, huw_at1 wrote: >> Hi >> >> I currently have an oraclecartridgewhich performs a specific type of >> search on large binary objects (which thecartridgealso c

Re: Django and Oracle Cartridges

2010-03-19 Thread huw_at1
I guess what I am asking is - can Django handle BLOBs in its models? On 18 Mar, 16:55, huw_at1 wrote: > Hi > > I currently have an oraclecartridgewhich performs a specific type of > search on large binary objects (which thecartridgealso creates and > indexes). I want to try and integrate thecartr

Django and Oracle Cartridges

2010-03-18 Thread huw_at1
Hi I currently have an oracle cartridge which performs a specific type of search on large binary objects (which the cartridge also creates and indexes). I want to try and integrate the cartridge into a web app using Django however from what I have read so far it appears that Django is not designed

Re: Django and Oracle, again

2006-07-07 Thread BP
My testing procedure was simple. Typed DATABASE_ENGINE = 'oracle' in settings.py and tried initializing that (with proper credentials, of course). It just failed, on the basic model taken directly from the 1st part of the official tutorial. The error was "incorrect character" so I guess noone too

Re: Django and Oracle, again

2006-07-06 Thread Brett Parker
On Thu, Jul 06, 2006 at 11:52:57AM +0100, Frankie Robertson wrote: > > I think the plan is that if anyone offers to maintain it then it'll > happen, otherwise it probably won't. > > On 06/07/06, BP <[EMAIL PROTECTED]> wrote: > > > > I've just run the 3278 revision of Django trunk against 10g XE

Re: Django and Oracle, again

2006-07-06 Thread Frankie Robertson
I think the plan is that if anyone offers to maintain it then it'll happen, otherwise it probably won't. On 06/07/06, BP <[EMAIL PROTECTED]> wrote: > > I've just run the 3278 revision of Django trunk against 10g XE and it's > far from working. Any comment on its status and planned inclusion in >

Django and Oracle, again

2006-07-06 Thread BP
I've just run the 3278 revision of Django trunk against 10g XE and it's far from working. Any comment on its status and planned inclusion in the 0.95 release? BP --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dj

Django and Oracle

2006-06-19 Thread [EMAIL PROTECTED]
Hi, I have seen some moves in the integration of Oracle with Django. However, I am quite lost between Trac tickets, svn (which I cannnot access behind my corp firewall), and the latest changes in Django. Is it planned to support Oracle? Are there any works done in that direction? Lack of Oracle