#30630: MemoryError raised by inspectdb executed on Oracle 12c.
-------------------------------------+-------------------------------------
Reporter: AlexanderRavenheart | Owner: nobody
Type: Bug | Status: closed
Component: Database layer | Version: 2.2
(models, ORM) |
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by felixxm):
* status: new => closed
* resolution: => invalid
Comment:
I'm not able to reproduce this issue, but I don't think that's an issue in
Django. At the beginning I would try to install instance client for the
same version i.e. "Oracle Instant Client Base Windows x64 version
12.1.0.2.0" (I know that this should "theoretically" works with 19.3), you
can also check Visual Studio compatibility.
To confirm that it is not related with Django you can try to reproduce
this issue with using `cx_Oracle.cursor`:
{{{
import cx_Oracle
connection = cx_Oracle.connect("user", "password", "TNS")
cursor = connection.cursor()
cursor.execute(".....")
}}}
Please use one of
[https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
support channels].
--
Ticket URL: <https://code.djangoproject.com/ticket/30630#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/077.bbb037e0b32d802ad10dd70463bb39ce%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.