I'm running 10g client on Solaris against a 10g server, using DBD::Oracle 1.19. Not using UTF8.
I'm getting strange ORA-12899 errors on an insert. ORA-12899: value too large for column "BUBBA" (actual: 9, maximum: 1) ...... The "BUBBA" column is defined as a VARCHAR(1). Database is set to BYTES. The value of the bind variable is: y (indeed one character). I get no errors on bind. Just on execute. Any clues as to why Oracle thinks my string of one character/byte is 9 bytes? This is driving me nuts! Thanks! -- -Sir Woody Hackswell
