ORA-01410 When Inserting a Relatively Long JSON String Into a BLOB Field (Securefile) via OracleBulkCopy
(Doc ID 2875573.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Standard Edition - Version 19.12.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
ORA-01410 error is thrown when inserting a relatively long JSON string into a blob field via OracleBulkCopy.
Error is cleared when doing any of the following:
- Use BASICFILE instead of SECUREFILE
- Specify "DISABLE STORAGE IN ROW"
- Remove JSON check constraint
- Use INSERT INTO instead of OracleBulkCopy
- Change Oracle Server to 21c
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |