Opened 7 years ago
Closed 7 years ago
#29053 closed Uncategorized (invalid)
cx_oracle throws "DPI-1054: connection cannot be closed when open statements or LOBs exist" during django migration
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)
Note:
See TracTickets
for help on using tickets.
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.