PL SQL Programming Oracle PLSQL Tutorial

SQL>
SQL> SET SERVEROUTPUT ON
SQL> BEGIN
  2     DBMS_OUTPUT.PUT_LINE(LOWER('CaSe Is nOt'));
  3  END;
  4  /
case is not
PL/SQL procedure successfully completed.
SQL>