#35655: Django crashes with Oracle database Version > 23.3
-------------------------------------+-------------------------------------
Reporter: Suraj Shaw | Owner: Suraj
| Shaw
Type: Bug | Status: assigned
Component: Database layer | Version: 5.1
(models, ORM) |
Severity: Release blocker | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by Suraj Shaw):
The issue is reproducible.
Probable Fixes:
1 -> Switch to earlier version for multi-row insert (using select-union
combination) till the issue is being resolved.
2-> Migrate to ExecuteMany() instead of Execute() for multi-row insert.
3-> Migrate from NVARCHAR2 to VARCHAR2 as it also resolves the issue with
multi-row insert.
--
Ticket URL: <
https://code.djangoproject.com/ticket/35655#comment:2>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.