Recent content by easkra

  1. E

    Truncates special characters

    Not sure if it is PL/SQL Developer problem. It
  2. E

    Truncates special characters

    DOA just should read the value from the database as they are there, but it
  3. E

    Truncates special characters

    Executing next query in PL/SQL developer and SQLPLUS gives different result. Apparently DOA truncates character 0. That looks like a bug. select rpad('acb', 50, chr(0))||'.' as one from dual
Back
Top