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 Reduced List of Values?
what is dynamic SGA and static SGA
How to loop through data rows in the implicit cursor?
How to drop a stored function?
What is the oracle implicit cursor?
How to convert a date to char in oracle? Give one example.
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
Please explain oracle data types with examples?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
How oracle handles dead locks?
How to fetch the row which has the max value for a column?
How to define a data source name (dsn) in odbc manager?
What are set operators?
How to write date and time interval literals in oracle?