Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re[2]: International Language Support Experiences?
Tanel wrote:
> IIRC, you can't store LOBs in UTF8 since it's a variable width charset?
and then Richard wrote:
> You are correct except it is supported with 8i, make sure compatible parameter is
> set to 8.1.x.
I bumped into this issue very recently. Oracle's direction seems to be to always use UTF-16 (or some other non-variable-width Unicode character set, depending on the release of Oracle you are running) for CLOB columns when the database character set is a Unicode character set such as UTF-8. I don't think I'd want to set COMPATIBLE to 8.1.x just to allow the use of UTF-8 in CLOBs, unless I had to do that to support legacy applications. To do that for a new app practically guarantees that you'll be doing a conversion at some point in the future, because eventually you'll want to be compatible with some release that is newer than 8.1.
Best regards,
Jonathan Gennick --- Brighten the corner where you are http://Gennick.com * 906.387.1698 * mailto:jonathan@gennick.com
Join the Oracle-article list and receive one article on Oracle technologies per month by email. To join, visit http://four.pairlist.net/mailman/listinfo/oracle-article, or send email to Oracle-article-request_at_gennick.com and include the word "subscribe" in either the subject or body.
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Jonathan Gennick INET: jonathan_at_gennick.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Thu Aug 28 2003 - 08:49:27 CDT
![]() |
![]() |