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

Home -> Community -> Usenet -> c.d.o.server -> The Datatypes

The Datatypes

From: Samir Mehrotra <samirmehrotraNOsaSPAM_at_mailcity.com.invalid>
Date: Tue, 22 Feb 2000 01:25:53 -0800
Message-ID: <152e755c.6a5ff6c4@usw-ex0109-069.remarq.com>


Hi,
 How do the datatypes CHAR and NCHAR also VARCHAR2 and NVARCHAR2 actually differs. Do all of them takes the same storage space?

If i use English(or any other Single Byte Language) and define a column for a table as xyz char(20), DO I HAVE TO ACTUALLY CHANGE THE WIDTH TO xyz NCHAR(40) if i use KOREAN/JAPANES/CHINESE (or any other Double Byte Language)?

Can't i use CHAR(40)instead? Will there be any corruption of data in this case?

Call to everyone....please help

Thanks in Advance
samir

Received on Tue Feb 22 2000 - 03:25:53 CST

Original text of this message

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