1. -> num1 PLS_INTEGER := 2147483647;
    2. -> num2 INTEGER := 1;
    3. -> total NUMBER;
    4. -> total := num1 + num2;
    5. -> DBMS_OUTPUT.PUT_LINE(total);
    6. -> END;
    7. Query OK, 0 rows affected (0.02 sec)
    8. 2147483648