DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: View Modified Date? how do i find it?

  1. #1
    Join Date
    Oct 2000
    Posts
    103

    Question

    How can I find the date the last change was made to any object in my db?

    Thanks,
    SM

  2. #2
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    select owner, object_type, object_name, created, last_ddl_time
    from dba_objects

    created = date of creation
    last_ddl_time = date of last DDL modification

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width