Así es como debe formatear su tabla correctamente:
create table test (first number
, second timestamp default systimestamp
, third varchar2(12));
Y su valor predeterminado es siempre la hora actual del sistema con el formato de marca de tiempo.