#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
-------------------------------------+-------------------------------------

Comment (by AlexanderRavenheart):

 {{{#!python
 import cx_Oracle
 connection = cx_Oracle.connect("user", "password", "TNS")
 cursor = connection.cursor()
 cursor.execute(".....")
 }}}
 I executed the query commands as run by inspectdb using directly cx-Oracle
 by following the steps specified above without changing anything else in
 the setup/environment and everything executed without any issues so it is
 not a Visual Studio, Oracle Instant Client or cx-Oracle issue.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30630#comment:2>
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.a94f1c13ab488c6f5947ac9d3e03a202%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to