col "Table_Nm" for a30;
select owner, substr(object_name,1,30) as "Table_Nm",created 
from dba_objects 
where object_type = 'TABLE' and created > sysdate-60 
and owner not in ('SYS','SYSTEM','OUTLN','XDB','WMSYS');

hostgator