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
how may join possible between (requisition with purchase order)
Is there an oracle sql query that aggregates multiple rows into one row?
How to sort the query output in oracle?
Can group functions be mixed with non-group selection fields?
Can objects of the same schema reside in different tablespace?
State and explain the different types of data models?
What is the difference between alert log file and tarce file ?
Why is oracle used?
What is a named program unit?
How to insert multiple rows with one insert statement in oracle?
How to create additional tablespaces for an new database?
How translate command is different from replace?
Why cursor variables are easier to use than cursors?
how to do daily transactions with out sql* loader control file regesterd in apps?
What happens if you set the sga too low in oracle?