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
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
How to use "startup" command to start default instance?
What is data type in oracle?
How to run the anonymous block again?
How to declare a local variable?
How to do clean up if create database failed?
What are the differences between char and nchar in oracle?
How to call a sub procedure?
What is integrity and what is constraint??Explain with example
What are the arithmetic operations?
What are the oracle built-in data types?
What is index-organized table in Oracle?
How to create a new oracle data file?
What is the maximum number of triggers that can be applied to a single table?
What are the restrictions on external table columns?