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


Please Help Members By Posting Answers For Below Questions

Is oracle a programming language?

731


What are the data types in oracle?

745


Explain the use of record length option in exp command.

785


What is an oracle recycle bin?

707


How to call a stored function with parameters?

730


How to end the current transaction in oracle?

747


I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.

2070


What are the differences between char and varchar2 in oracle?

765


What is the quickest way to export a table to a flat file?

734


What is the usage of merge statement?

862


Describe the types of sub query?

731


What is system global area (sga) in oracle?

764


What are the uses of synonyms?

819


hello friends Im doing my final year engineering in B.Tech.. one of uncle said he can provide job in his company if im good in database management. but i have only basic knowledge about database, so like to join database management course in good intuition. so friends kindly help me to get good intuition because its my future.

1978


What is meant by raw datatype?

772