Recent content by TAKAY

  1. T

    ORA-1480 error

    Thank you for your reply. I understand that setting 1 byte is not a problem. By the way, I also wrote in the question, ‿select length(chr(2000000000)) l4, length(chr(2000000)) l3, length(chr(20000)) l2, 'c' c1 from dual‿ Can you tell me what this SELECT tells me? Thank you.
  2. T

    ORA-1480 error

    P.S. The character string is a character string exceeding 2000 bytes in SJIS code including Japanese. Also when I set BytesPerChanacter to bc1Byte I get no error. Is it okay to set BytesPerChanacter to bc1Byte during normal use?
  3. T

    ORA-1480 error

    Translated by Google Translate. I am posting for the first time. I am using Delphi10.3.3 and DOA4.1.3.5 to connect to Oracle19c. Oracle's character code uses JA16SJIS. I get an ORA-1480 error, "trailing null missing from STR bind value" when trying to INSERT a string of about 2000 bytes...
Back
Top