Oracle Collation Functions
The collation functions return information about collation settings. This page summarizes collation functions in Oracle.
-
COLLATION
OracleCOLLATION()
is a built-in function that returns the name of the derived collation for a given expression. -
NLS_COLLATION_ID
OracleNLS_COLLATION_ID()
is a built-in function that returns the corresponding collation ID number based on the given collation name. -
NLS_COLLATION_NAME
OracleNLS_COLLATION_NAME()
is a built-in function that returns the corresponding collation name based on the given collation ID.