ORA-12899 error in CHAR(1) field, but I'm sending only a 'C'
- by Keyo
My Oracle database returns the error:
ORA-12899 - Value too large for column
TIT.ESTADO_CIVIL (actual: 2, maximum:
1)
But I'm very sure that the sended value is an unique char 'C'.
Anyone knows why this is happening?
(I'm using C# with ODP.NET)