Recent content by vstep

  1. V

    Number data type in SQL results and Decimal Symbol with "Number fields to_char" option

    Of course ALTER SESSION is working but the problem is that it seems work not correct with "Number fields to_char" option.
  2. V

    Number data type in SQL results and Decimal Symbol with "Number fields to_char" option

    1) I have checked 3 ways to set NLS_NUMERIC_CHARACTERS: i) command line plsqldev.exe env:nls_numeric_characters= ". " to start PL/SQL Developer; ii) nls_numeric_characters=". " in params.ini file of PL/SQL Developer; iii) ALTER SESSION SET NLS_NUMERIC_CHARACTERS = '. ' statement...
  3. V

    Number data type in SQL results and Decimal Symbol with "Number fields to_char" option

    1) When I turn on "Number fields to_char" option (in Preferences - Window Types - SQL Window of PL/SQL Developer) I have comma (',') as Decimal Symbol in SQL results irrespective of Numbers format (in Tools - Preferences - User Interface - NLS Options - Numbers). How may I set point ('.') as...
Back
Top