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?