SQL>SQL> select extract( year from add_months(sysdate,36) ) "3 Years Out" 2 from dual;3 Years Out----------- 20111 row selected.SQL>SQL>SQL> --