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 Data Dictionary Cache in Oracle?

662


How to write text literals in oracle?

610


What is a select query statement in oracle?

544


What are the oracle built-in data types?

563


How to commit the current transaction in oracle?

578






How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?

1806


How do I find my oracle client driver version?

528


What is bulk collect in oracle?

552


What are the attributes of cursor?

589


How to create an oracle database?

582


Does facebook use oracle?

577


What is the relation of a user account and a schema in oracle?

590


What is an Oracle index?

1177


Where do we use decode and case statements?

563


How to lock and unlock a user account in oracle?

613