The NCHAR and NVARCHAR2 data types store Unicode character data.
virtualization training courses malaysia
Unicode is a universal encoded character set that can store information in any language using a single character set. NCHAR stores fixed-length character strings that correspond to the national character set, whereas NVARCHAR2 stores variable length character strings.
qa testing training courses malaysia
You specify a national character set when creating a database. The character set of NCHAR and NVARCHAR2 data types must be either AL16UTF16 or UTF8. Both character sets use Unicode encoding.
software development training courses malaysia
When you create a table with an NCHAR or NVARCHAR2 column, the maximum size is always in character length semantics. Character length semantics is the default and only length semantics for NCHAR or NVARCHAR2.
it security training courses malaysia
See also
Oracle Database Globalization Support Guide for information about Oracle’s globalization support feature
Leave a Reply