Hy every one
I'm working on a windows 2003 server and Oracle 10g server standard
my windows OS is english and i add the Russian for keyboard.
the install of oracle was made with both the Russian ( CL8ISO8859P5 ), english languages.
I have created a database A with the character set
CL8ISO8859P5 and national character set UTF8
I created a database B with the character set
CL8MSWIN1251 and national character set UTF8
In each database i create a table with a field VARCHAR2(10)
under sqlplus i wrote :
insert into mytable values ('*****');
to write the stars i switch the keyboard in russian
my problem is that i m not sure about what is store in database when i try to insert
????? (with are the keys wxcvb)
in the database A oracle show in sqlplus request: ?????
in the database B oracle show in sqlplus request: O?NIE
is there one of the 2 database which store the right characters. How can i see the same character than those i try to insert (?????)
I hope i'm clear enought and all help or idea is wellcome Thanks to all
I'm working on a windows 2003 server and Oracle 10g server standard
my windows OS is english and i add the Russian for keyboard.
the install of oracle was made with both the Russian ( CL8ISO8859P5 ), english languages.
I have created a database A with the character set
CL8ISO8859P5 and national character set UTF8
I created a database B with the character set
CL8MSWIN1251 and national character set UTF8
In each database i create a table with a field VARCHAR2(10)
under sqlplus i wrote :
insert into mytable values ('*****');
to write the stars i switch the keyboard in russian
my problem is that i m not sure about what is store in database when i try to insert
????? (with are the keys wxcvb)
in the database A oracle show in sqlplus request: ?????
in the database B oracle show in sqlplus request: O?NIE
is there one of the 2 database which store the right characters. How can i see the same character than those i try to insert (?????)
I hope i'm clear enought and all help or idea is wellcome Thanks to all