OracleBulkCopy Throws ORA-26093 When Inserting into NUMBER Column With Precision
(Doc ID 1382276.1)
Last updated on NOVEMBER 15, 2019
Applies to:
Oracle Data Provider for .NET - Version 11.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
Using ODP.NET and OracleBulkCopy to insert data in to a table with number column and precision fails with below error.
Error in row '1' column '1'
ORA-26093: input data column size (24) exceeds the maximum input size (22)
Error in row '1' column '1'
ORA-26093: input data column size (24) exceeds the maximum input size (22)
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 |
Cause |
Solution |