Opened 10 years ago
Last modified 10 years ago
#24512 closed Bug
'ORA-01461: can bind a LONG value only for insert into a LONG column' error when loading data — at Initial Version
Reported by: | Primož Hadalin | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.7 |
Severity: | Normal | Keywords: | oracle |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
ORA-01461: can bind a LONG value only for insert into a LONG column is raised when loading data into TextField (NCLOB) with python manage.py loaddata
Test Django project and steps to reproduce are here https://github.com/hadalin/django-oracle-test
Note:
See TracTickets
for help on using tickets.