SQL Developer te devuelve:

HORA_CREACION       
------------------- 
26-SEP-13
26-SEP-13
26-SEP-13

Cuando esperas que te devuelva esto:

HORA_CREACION       
------------------- 
26-09-2013 14:44:46 
26-09-2013 14:44:27 
26-09-2013 14:43:53 

    ¿Cómo solucionarlo?

    • Para una única query: select TO_CHAR(HORA_CREACION,'DD/MM/YYYY HH24:MI:SS') from TABLA;
    • Cambiar la configuración por defecto: Herramientas / Preferencias / Base de Datos / NLS / Formato de fecha: DD/MM/YYYY HH24:MI:SS