SQL>SQL>SQL> select ceil( 10.00000000001 ) from dual;CEIL(10.00000000001)-------------------- 111 row selected.SQL> --