Conversion Functions Oracle PLSQL Tutorial

SQL> Select TO_CHAR(12345.67, '99999.99EEEE')   from dual;
TO_CHAR(12
----------
  1.23E+04