Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: nvarchar/nclob or varchar/clob

Re: nvarchar/nclob or varchar/clob

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Wed, 03 Nov 2004 14:27:19 +0100
Message-ID: <cm821l$5d0$3@news4.zwoll1.ov.home.nl>


Michael Wimmer wrote:

> Hi,
>
> I need to store character data in an utf-8 database.
>
> I found the two possibilities of using either varchar2 and clob which
> uses 1 byte or 2 byte, depending on the character, or to use nvarchar2
> and nclob which always uses 2 byte.
>
> What would be the advantage/disadvantage of using nvarchar2 and nclob?
>
> Any recommendation is highly appreciated.
>
> Best regards,
>
> Michael

If it's an UTF8 database, there's no need to go nvarchar... Read the globalization manual of your version of oracle

-- 

Regards,
Frank van Bortel
Received on Wed Nov 03 2004 - 07:27:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US