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
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
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
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
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
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
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
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
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
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
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, :
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
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
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
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
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
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
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
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
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
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
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
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
>
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
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
25 matches
Mail list logo