Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01410 when I use OracleBulkCopy into a BLOB field (SECUREFILE)

Lars HansenSep 28 2021

LongJsonTest.zip (6.17 KB)Hello,
I am getting an ORA-01410 error when inserting a relatively long json string into a blob field via OracleBulkCopy.
I have attached an XUnit test that mimics the behavior and produces this error on my system.

My environment is:
.Net Core 5
Oracle Server 19c.
Oracle Data Provider for .NET (ODP.NET) Core 2.19.120

I do not get the error when I do any of the following:
Use BASICFILE instead of SECUREFILE
Specify "DISABLE STORAGE IN ROW"
Remove JSON check constraint
Use INSERT INTO instead of OracleBulkCopy

Am I doing something wrong or is this a Bug?

Comments

Processing

Post Details

Added on Sep 28 2021
5 comments
186 views