COMPOSE
COMPOSE(string)
Section titled “COMPOSE(string)”- string: The string to return in fully composed Unicode form.
Example
Section titled “Example”SELECT COMPOSE('o' || UNISTR('\0308')) FROM dual;SELECT COMPOSE('o' || UNISTR('\0308')) FROM dual;