Archive
Archive for April, 2011
Find Created Date and Last DDL Time
April 21, 2011
Leave a comment
Find created date and last DDL Time:
select object_name, object_type, created, last_ddl_time from user_objects order by created desc;
Advertisements
Categories: SQL