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
what is the difference between data migration and production migration.
What is merge statement used for?
How many memory layers are in the oracle shared pool?
How can we create the complete backup of data in the oracle.
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
List the types of joins used in writing subqueries?
How to write a query with an inner join in oracle?
How do I uninstall oracle client from windows?
Can we write dml statement in function in oracle?
How to display employee records who gets more salary than the average salary in the department?
How to save query output to a local file?
What is primefaces used for?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
11. Display the client number and name and the client number and name of the person who referred that client.
What are the numeric comparison operations?