SQL> select to_char(to_date('2002-09-17 12:55:08','yyyy-mm-dd hh24:mi:ss'),'hh24:mi:ss') from dual;TO_CHAR(
--------
12:55:08SQL>