|
|
|
|
|
|
|
|
|
|
|
|
Re: sending arabic sms to gsm from oracle database [message #587571 is a reply to message #587561] |
Mon, 17 June 2013 02:08 |
|
bahaelsharif
Messages: 10 Registered: June 2013 Location: QATAR
|
Junior Member |
|
|
1.
SQL> select value from nls_database_parameters where parameter = 'NLS_CHARACTERSET';
VALUE
----------------------------------------
AR8ISO8859P6
2.
SQL> select dump(full_name) from per_all_people_f
2 where upper(known_as) like '%ISHAQ%' AND ROWNUM<2;
DUMP(FULL_NAME)
----------------------------------------------------------------------------------------------------
Typ=1 Len=22: 199,211,205,199,226,32,195,205,229,207,32,229,205,229,207,32,206,199,202,202,199,228
|
|
|
|
|
|
|
|
|
Re: sending arabic sms to gsm from oracle database [message #587587 is a reply to message #587583] |
Mon, 17 June 2013 04:12 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
bahaelsharif wrote on Mon, 17 June 2013 13:30Hi,
Thats is not arabic.
Maybe you dont have arabic installed on your pc. So its displaying junk.
Regards
That's quite obvious and not an issue when viewed at our side.
Because for me the NLS_LANG = american_america.WE8ISO8859P1, similarly for Michel it might be French. If your's is set to Arabic, you can definitely view it correctly.
|
|
|
Re: sending arabic sms to gsm from oracle database [message #587600 is a reply to message #587587] |
Mon, 17 June 2013 06:46 |
|
Michel Cadot
Messages: 68728 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Not so obvious as any Internet browser is able to display any character even not configure in the OS.
This is why I asked for an HTML spool.
See for instance: اسمي ميشيل
bahaelsharif, can you see Arabic in your spool file (there is no reason you see something different from us that is what Lalit Kumar B has posted)?
Regards
Michel
[Updated on: Mon, 17 June 2013 06:49] Report message to a moderator
|
|
|
|
Re: sending arabic sms to gsm from oracle database [message #587605 is a reply to message #587600] |
Mon, 17 June 2013 06:57 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
Michel Cadot wrote on Mon, 17 June 2013 17:16bahaelsharif, can you see Arabic in your spool file?
Yes he has already stated that he is able to see the characters as Arabic.
bahaelsharif wrote on Mon, 17 June 2013 14:06YES its showing arabic characters in browser
|
|
|
|
|
Re: sending arabic sms to gsm from oracle database [message #587633 is a reply to message #587612] |
Mon, 17 June 2013 10:27 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
@Michel,
So the clear picture per my understanding is:-
1. Client setting will override anything set at the database level.
2. If OP is using a SQL*Plus session, then SQL*Plus is the client.
3. So, NLS_LANG needs to be set to match the character set that his client system supports.
4. As OP has mentioned it is Linux OS, so it would be defined as an environment variable.(Can you throw some light on this Michel, since I have knowledge about windows registry for NLS_LANG, but no idea about how it works with LINUX).
Thanks,
Lalit
|
|
|
|
|
|
|