SQL>SQL> SET SERVEROUTPUT ONSQL> BEGIN 2 DBMS_OUTPUT.PUT_LINE(4 ** 2); 3 END; 4 /16PL/SQL procedure successfully completed.SQL>