ORA-12899 error in CHAR(1) field, but I'm sending only a 'C'
        Posted  
        
            by Keyo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Keyo
        
        
        
        Published on 2010-05-02T14:28:08Z
        Indexed on 
            2010/05/02
            14:37 UTC
        
        
        Read the original article
        Hit count: 437
        
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)
© Stack Overflow or respective owner