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
How to retrieve data from an cursor to a record?
Why cursor variables are easier to use than cursors?
What is the usage of synonyms?
Is java required for oracle client?
What is sequence?
How to create a stored program unit?
What is oracle sid?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What are the database administrators utilities available?
How do I recompile a procedure in oracle?
What are the advantages of oracle 12c?
What happens to the current transaction if the session is killed?
How would you change old and new values in an insert, delete and update triggers?
candidate key is subset of super key but not vice-verse explain
How to connect ms access to oracle servers?