Oracle Character Set Functions
Character set functions return information about character sets. This page summarizes the character set functions in Oracle.
-
NLS_CHARSET_DECL_LEN
OracleNLS_CHARSET_DECL_LEN()
is a built-in function that returns the declaration length in characters of anNCHAR
column. -
NLS_CHARSET_ID
OracleNLS_CHARSET_ID()
is a built-in function that returns the ID corresponding to the given character set name. -
NLS_CHARSET_NAME
OracleNLS_CHARSET_NAME()
is a built-in function that returns the character set name corresponding to the given character set ID.