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

Thread: Table, procedure and functions last update time

  1. #1
    Join Date
    May 2002
    Posts
    2

    Question

    Hi all,
    how do i get the table,procedure and functions last updated date time.

    Any help highly appreciated.
    Thanks

  2. #2
    Join Date
    Dec 2001
    Posts
    26
    Hi,

    You may query the view DBA_OBJECTS and observe the column LAST_DDL_TIME. Please notice that this timestamp is only the last DDL statement time that affect the db object, not for those DML statements like INSERT, UPDATE ...etc.

    Eddy Ng

  3. #3
    Join Date
    May 2002
    Posts
    2

    Cool Thanks

    Thanks it works

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