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:[EMAIL PROTECTED]

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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to