Can't update a LONG column with more than 8000 char
Posted: Fri 24 Aug 2018 18:02
Hello,
I got a ORA-01461 while trying to update a Long column in a table with a Devart.Data.Oracle.OracleDbType.Long as a parameter.
It works until the version 9.5.454 it's possible, from the version 9.5.483 up to the actual 9.6.570 it throws the exception ORA-01461.
It also works in the newers versions if i use Devart.Data.Oracle.OracleDbType.VarChar for parameters if the size is less than 8.000. But obvious it doesn't resolve, since i have records with size of 130.000 in this column.
By the way, I can't change the column from Long to Clob.
Hope you guys will sort it out!
I got a ORA-01461 while trying to update a Long column in a table with a Devart.Data.Oracle.OracleDbType.Long as a parameter.
It works until the version 9.5.454 it's possible, from the version 9.5.483 up to the actual 9.6.570 it throws the exception ORA-01461.
It also works in the newers versions if i use Devart.Data.Oracle.OracleDbType.VarChar for parameters if the size is less than 8.000. But obvious it doesn't resolve, since i have records with size of 130.000 in this column.
By the way, I can't change the column from Long to Clob.
Hope you guys will sort it out!