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
Is truncate autocommit in oracle?
Explain implicit cursor.
How do you find current date and time in oracle?
Why do we need oracle client?
Can you create a synonym without having a table?
What is an anonymous block?
How to define a sub function?
Explain what are the uses of rollback segment?
What is raw datatype?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
How to delete multiple rows from a table in oracle?
How many types of cluster table in Oracle?
How to best split csv strings in oracle 9i?
What privilege is needed for a user to query tables in another schema?
Difference between oracle's plus (+) notation and ansi join notation?