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


Please Help Members By Posting Answers For Below Questions

How to use subqueries in the from clause in oracle?

579


How to define an explicit cursor in oracle?

603


How to list all tables in your schema?

609


What do you mean by redo log file mirroring?

559


Explain oracle’s system global area (sga).

626






Is java required for oracle client?

548


How to empty your oracle recycle bin?

573


How to invoke the original export import utilities?

506


What is analyze command used for?

580


What is system global area (sga) in oracle?

576


1) What is ONE_SIZE_FITS_ALL approach? 2) Explain the Common & Variable Header of DATA FILE? 3) What are the Drawbacks to using OMF DB? and the Advantages? 4) List out the Advantages of Undo T.spaces over the Undo SEGMENT? 5) Difference between the Temporary tablespace with TEMPFILE and the Tablespace with TEMPORARY Keyword? 6) What are the situation extents are freeing for reuse.

1608


What is oracle datasource?

553


How to create a stored function in oracle?

588


I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.

1702


How to define a variable of a specific record type?

612