I don't have script file of an Oracle utility, named CSALTER.PLB. [message #681644] |
Wed, 12 August 2020 05:35 |
|
Itzhak Ben-Ari
Messages: 6 Registered: August 2020
|
Junior Member |
|
|
I have to convert character set of an old database of one of our clients.
The database version is 9i and I need to convert current character set of this database, WE8MSWIN1252, to ALT32UTF8.
I already executed CSSCAN utility which approved that this conversion will be flawless and now
I need to execute CSALTER.PLB script file.
Ufortunately, I don't have CSALTER.PLB scipt file in my $ORACLE_HOME/rdbms/admin directory, so I need you to email me this script file.
I need a CSALTER.PLB script file for ORACLE9i.
My email address is itzhak_ba@supercom.com.
|
|
|
|
|
|
|
|
|
Re: I don't have script file of an Oracle utility, named CSALTER.PLB. [message #681702 is a reply to message #681652] |
Mon, 17 August 2020 04:54 |
|
Itzhak Ben-Ari
Messages: 6 Registered: August 2020
|
Junior Member |
|
|
I did what you advised me and it is indeed resolving the problem I had. I created new Oracle 9.2 database with character set of AL32UTF8 and
when I am importing there the export file then I can finally see the Amharic letters (Amharic is the language of Ethiopia and the characters of this language are called Ge'ez).
However, when I try to insert records directly, using an SQLPLUS session in PLSQL/Developer, on the machine on which the new Oracle 9.2 database is installed, then I am getting question marks (ascii code 63), instead of Ge'ez special character.
The same problem repeats when I am trying to insert the same records on another machine on which I have an Oracle 11g installed with the same character set (AL32UTF8).
Should I add an NLS_LANG or NLS_CHARACTER SET environment variable in the REGISTRY or in Windows ?
if I should then which value should I assign into these environment varialbles, for supporting Amharic (Ge'ez) letters ?
By the way, I already added new language in Windows, Amharic, and it didn't help.
[Updated on: Mon, 17 August 2020 05:07] Report message to a moderator
|
|
|
|
|