How to find the date and time of last updated table?
Answer Posted / manoj
select table_name, to_char(last_analyzed, 'DD-MM-YY
HH:MI:SS') from user_tables where last_analyzed in (select
max(last_analyzed) from user_tables)
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Explain table?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
How to recover a dropped table in oracle?
What is archive log in Oracle?
What is rowid and rownum in oracle?
Use of an integrity constraint is better to validate data. Explain
How to drop a stored function?
What is oracle rownum?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
What is raw datatype?
In the oracle version 9.3.0.5.0, what does each number shows?
What is the usage of analyze command in oracle?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
How to convert a string to a date in oracle database?
Is oracle an operator?