How to find the date and time of last updated table?

Answer Posted / manish rathore

I got it from net.
Hope it will serve.

select *
from sys.dm_db_index_usage_stats
where object_id = object_id( '<Table_Name>' )

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a named program unit?

776


How to drop a stored procedure in oracle?

764


Point out the difference between user tables and data dictionary?

746


State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.

789


How to get execution statistics reports on query statements?

798


What is define in oracle?

794


How to view the data files in the current database?

789


What is the difference between translate and replace?

792


How do you find out from the RMAN catalog if a particular archive log has been backed-up?

1863


How do we display rows from the table without duplicates?

714


What is recovery manager in Oracle?

806


Why do we need integrity constraints in a database?

761


What do you mean by merge in oracle and how can you merge two tables?

722


What is an oracle function?

814


How can we find out the current date and time in oracle?

819