Recent content by martens

  1. M

    varchar field truncated on 11g

    More details: -If I use UPDATE command with OracleQuery, it works well. -From PL/SQL all works fine. (9.0.1.1613) -I checked the network traffic with wireshark, and I found that the SQL command sent to server contains the truncated string already. (More precisely...
  2. M

    varchar field truncated on 11g

    I have sent my sample project to you. Thank you for help!
  3. M

    varchar field truncated on 11g

    Hello Forum! In some circumstances, I lost few characters at the end of a varchar2 field, and I cannot figure out, why. It happen only on Oracle 11g (with O9 it works well). Could anybody help me? Given a table: [TABLE] with fields: key number(38) not nullable, text varchar2(128) nullable...
Back
Top