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
What are the attributes of the cursor?
What are the advantages of oracle?
What are the different types of modules in oracle forms?
Can we create database in oracle using command line ?
How to get a list of all user accounts in the database?
How do you find current date and time in oracle?
What is the data type of dual table?
What is save point in oracle database?
How to apply filtering criteria at group level in oracle?
Is it possible to split the print reviewer into more than one region ?
What are nested tables?
How to convert character types to numeric types?
What is oracle datasource?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
How will you identify oracle database software release?