[mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 15, 2002 4:03
PMTo: Multiple recipients of list ORACLE-LSubject: Re:
Strange problem with charactersets
Unfortunately the only solution is to recreate
the database in German character set.
Oracle is very strict in this respect. Database
Title: Strange problem with charactersets
Execute the following query:
select substr(parameter,1,30),substr(value,1,30) from
sys.v_$nls_parameters order by 1;
This way you will know the database`s nls settings. If
the client has the same settings as the database, there will be no character
Title: Strange problem with charactersets
Unfortunately the only solution is to recreate the
database in German character set.
Oracle is very strict in this respect. Database
character set once chosen can not
be changed.
- Original Message -
From:
[EMAIL PROTECTED]
To: Mul