Re: Another Character Set Problem

2002-09-17 Thread Yechiel Adar
To change the character set to another that is not recognized as a superset use: Alter database db-name character set INTERNAL_USE new_character_set This parameter is active for oracle 8.1 and above. Yechiel Adar Mehish - Original Message - To: Multiple recipients of list ORACLE-L

Re: Another Character Set Problem

2002-09-17 Thread Hemant K Chitale
This command is NOT supported by Oracle and Oracle would not guarantee that your data is not corrupted -- particularly if you have not run the character-set-scanner to verify it. Hemant At 05:33 AM 17-09-02 -0800, you wrote: To change the character set to another that is not recognized as a

RE: Another Character Set Problem

2002-09-13 Thread Cherie_Machler
YountTo: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] ronwy@SWBELL. cc: NET Subject: RE: Another Character Set Problem

Another Character Set Problem

2002-09-12 Thread Scott Canaan
We are currently having a character set problem. We have a third-party product that is used for on-line courses (Prometheus from Blackboard, Inc.). The character set that the instance was created with was US7ASCII. The vendor says it should be WE8ISO8859P1, but we need to support Chinese

Re: Another Character Set Problem

2002-09-12 Thread Cherie_Machler
srcdco@ritvax To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] .rit.educc: Sent by: Subject: Another Character Set

RE: Another Character Set Problem

2002-09-12 Thread Ron/Sarah Yount
Scott, 1) I have to agree with Oracle's statement that you need to have a UTF8 database to handle Chinese and Japanese characters. These characters require multi-byte encoding to be stored and therefore a UTF8 database is the way to go. 2) I am not sure where the Chinese and Japanese