Char Functions Oracle PLSQL

SQL> SELECT UPPER('Hello There') AS UPPER FROM Dual;
UPPER
-----------
HELLO THERE
SQL>