Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Extended Characters
Mladen,
"The database can be converted to UTF-8 (AL32UTF8) which works fine with the database, but I don't know whether the Cold ConFusion can actually handle UTF-8 characters. If your database is 9.2, your DBA will be able to do that with an "ALTER DATABASE" command, which will take forever to complete, but if it is an oracle8i, the full export/import will be needed."
Are you sure about that ALTER DATABASE CHARACTER SET statement? According to the latest 9.2 Globalization Guide http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96529/ch10 .htm#1009904, the new character set needs to be a strict binary superset of the current database character set. Since AL32UTF8 is not a strict binary superset of WE8DEC, I believe a full export & import would be necessary.
Justin Cave
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC
![]() |
![]() |