Opened 6 years ago

Closed 6 years ago

#29053 closed Uncategorized (invalid)

cx_oracle throws "DPI-1054: connection cannot be closed when open statements or LOBs exist" during django migration

Reported by: Aditya Owned by: nobody
Component: Migrations Version: 1.11
Severity: Release blocker Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have connected remote Oracle 9i DB with OCI version 11.2 in my window 7. Connection works fine, but when I run django manage.py migrate command I get DPI-1054: connection cannot be closed when open statements or LOBs exist
Environment :
Python3.6
Django1.11.9
cx_Orcale6.0

Similar issue has been reported to ticket(https://code.djangoproject.com/ticket/28498)

Change History (1)

comment:1 by Mariusz Felisiak, 6 years ago

Resolution: invalid
Status: newclosed

Django 1.11 and cx_Oracle support Oracle database versions 11.2 and higher (see oracle-notes). Please re-open this ticket if you can reproduce the issue on a supported Oracle database version.

Note: See TracTickets for help on using tickets.
Back to Top