Trouble exporting Russian character


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Trouble exporting Russian character
# 1  
Old 05-03-2016
Trouble exporting Russian character

Hi All,

I'm having trouble exporting Russian characters from Oracle database via shell Script. I'm setting below value in script,

Code:
NLS_LANG=RUSSIAN_CIS.CL8ISO8859P5

Also in terminal setting of Tectia value for Euro character I'm selecting "ISO-8859-15 (0xA4)" and other value was "Windows (0X80)"

While selecting values from SQL Developer we are getting proper value hence I think it should be related to terminal of Language setting. Can some help here please. Let me know if you need additional information.

Last edited by vbe; 05-03-2016 at 10:08 AM.. Reason: code tags please!
# 2  
Old 05-03-2016
Help me understand - the locale settings work when you run jobs on your desktop.
If you connect with SQLPLUS using something like putty with ssh you get junk characters?
# 3  
Old 05-03-2016
Yes after connecting with SQL plus via shell script I'm facing issue.

---------- Post updated at 09:26 AM ---------- Previous update was at 09:02 AM ----------

I changed the terminal to ISO-8859-5:1999 (Latin/Cyrillic) in Putty and it worked and this option was not available in Tectia.

Thanks for help.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Russian character set issue.

Hi All, I'm facing issue while opening xls file while contains Russian/Siberian character I tried various options which I could get from google but still issue persists hence thought of taking help here, We are trying to export data from Oracle via shell script using sqlplus utility. After... (8 Replies)
Discussion started by: arvindshukla81
8 Replies

2. News, Links, Events and Announcements

Russian UNIX Forums

Russian UNIX Forums Russian UNIX-like systems users's forums. Articles. UNIX Encyclopedia project. (3 Replies)
Discussion started by: eugrus
3 Replies

3. Programming

compile trouble with the "\" character

In my program, I'm trying to replace all the '\' characters with a blank space: . . 740 for (k = 0; k < strlen(QueryBuffer_a); k++) 741 { 742 if (QueryBuffer_a == '\') 743 QueryBuffer_a = ' '; 744 } . .... (1 Reply)
Discussion started by: jalburger
1 Replies

4. UNIX Desktop Questions & Answers

Russian font in Unix

Hi, I've installed russian font (Cyrillic) in my system. But I could not type in those characters under unix. Especially for mail. Do I have to do any settings? Please advice. Regards, Venu. (7 Replies)
Discussion started by: vrvarier
7 Replies
Login or Register to Ask a Question