How to find the date and time of last updated table?
Answer Posted / aseem k
select b.name, a.analyzetime from tab$ a, obj$ b
where a.obj#=b.obj#
and b.name ='EMP'
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can objects of the same schema reside in different tablespace?
What is the scope of a local variable?
What is oracle sid?
What is user managed backup in Oracle?
What is procedure overloading in oracle?
Explain the use of record length option in exp command.
How to estimate disk space needed for an export job?
What is SQL access advisor in Oracle?
What are the restrictions on external table columns?
How to execute the package in oracle?
What is oracle analytical function?
How does oracle handle read consistency?
How to view existing locks on the database?
How can you use check constraints for self referential integrity?
What is an Oracle index?