Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / PL SQL Programming
 

Use the LOWER function to in DBMS_OUTPUT PUT_LINE

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>