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
How to check the oracle tns settings?
Explain oracle left join with an example?
Describe varray?
What is the maximum number of triggers that can be applied to a single table?
What is recovery manager(rman) backup in Oracle?
How to drop a tablespace?
Explain what are the different type of segments?
What are the original export and import utilities?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
Is there a function to split a string in plsql?
How to export data with a field delimiter?
How to get execution statistics reports on query statements?
What is the use of oracle?
What is a subquery in oracle?
Why should I use oracle database?