DECOMPOSE
DECOMPOSE(x)
function decomposes the string into the same character set
as x and converts x to a Unicode string.
SQL> select decompose('') from dual;
D
-
SQL>
DECOMPOSE(x)
function decomposes the string into the same character set
as x and converts x to a Unicode string.
SQL> select decompose('') from dual;
D
-
SQL>