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...
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
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...