1834599 Members
4085 Online
110069 Solutions
New Discussion

NLS settings

 
Amit Kureel
Advisor

NLS settings

Hello friends,
I have a Oracle Database set-up on HP-UX 11.01 m/c with the following NLS parameters,
nls_language = american
nls_territory = america
NLS_CHARACTERSET = UTF8

Now I have inserted some Arabic characters into one of the tables through my VB application running on Arabic-enabled Windows 2000 server. When I query through my application I can see proper arabic characters on my Windows 2000 server PC. But when I start a telnet client on my Windows 2000 server PC and connect to Database through SQL*PLUS from my telnet-client, I see only ???? ( question marks) on the screen. Can anybody tell me any specific settings required to be done for the tty of my telnet session to view proper arabic characters.

I even tried settings like LC_ALL=C.utf8
stty cs8 -istrip
but this didn't work :-(

Thanks in advance
Amit Kureel