Recent content by Tomas

  1. T

    How to setup a correct NLS LANG in PL/SQL Developer?

    In 11g you need to add a record to ACL: REM ==> RUN as SYS user !!! BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => 'AGD_ACL_ARES.xml', description => 'Access to ARES cz', principal => 'DEV', is_grant => TRUE, privilege => 'connect', start_date...
  2. T

    How to setup a correct NLS LANG in PL/SQL Developer?

    Hi Marco, a problem is an output in PL/SQL. A "czech characters" are being displayed incorrectly in query results. I've posted example in my first post, but "dodgy" characters from result were removed when a post was submitted. Can you run above select? Do you get result OK? Thanks, Tomas
  3. T

    How to setup a correct NLS LANG in PL/SQL Developer?

    Hi folks, I have a problem with a displaying Easter Europe characters. Environment variable: NLS_LANG=CZECH_CZECH REPUBLIC.AL32UTF8 Please see me db settings: [CODE=SQL]SQL> select * from NLS_SESSION_PARAMETERS; PARAMETER...
Back
Top