Char Functions Oracle PLSQL

SQL>
SQL> SELECT LOWER('Hello There') AS UPPER FROM Dual;
UPPER
-----------
hello there