Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Oracle Installation in Hebrew
Several questions.
a) What is the operating system of the client machine? Windows 2000 I
assume, from your e-mail.
b) What program is being used on the client machine to store and receive
data?
c) Is the program in b) a UNICODE program?
d) The WE8ISO8859-1 character set does not allow hebrew characters, only
western european characters. What is the datatype of the columns in
which you are trying to store the hebrew characters? e.g. are they
VARCHAR2 or NVARCHAR2?
A little background:
suppose I want to store hebrew characters in varchar2 columns in my
Oracle database from a non-Unicode program (like SQL*Plus) running on
Windows. Here are the steps:
De : oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] De la part de Onkar N Tiwary
hi lex,
thanx for the quick response. NLS_LANG is AMERICAN_AMERICA. Character set is WE8ISO8859P1 and NATIONAL_CHARACTER_SET is UTF8
On 10/28/05, Lex de Haan <lex.de.haan_at_naturaljoin.nl> wrote:
check out the globalization support documentation -- there are many things that can go wrong :-)
check out
http://www.oracle.com/pls/db92/db92.to_toc?pathname=server.920%2Fa96529%
2Ftoc.htm&remark=docindex
are you using Unicode? what's the setting of the NLS_LANG variable? ...
From: oracle-l-bounce_at_freelists.org [mailto: oracle-l-bounce_at_freelists.org <mailto:oracle-l-bounce_at_freelists.org> ] On Behalf Of Onkar N Tiwary
Sent: Friday, October 28, 2005 09:17
I am running oracle 9i on windows 2000 professional. client wanted to store data in hebrew and so i installed the db in english and hebrew both (using product language option of OUI) but after installation , when the user is the storing hebrew data in the table and trying to access the data its showing junk characters. any idea?????
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Oct 28 2005 - 13:54:18 CDT
![]() |
![]() |