How to find the date and time of last updated table?
Answer Posted / ajit nayak
SELECT TO_CHAR(LAST_ANALYZED,'DD-MON-YYYY HH12:MI:SS'),COLUMN_NAME
FROM COLS
WHERE TABLE_NAME = 'EMP';
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the use of owner option in exp command.
How to retrieve data from an explicit cursor?
What happens in oracle commit?
What are the types of trigger in oracle?
Why oracle is used?
Give the various exception types.
How to create an oracle database?
What happens to the current transaction if a ddl statement is executed?
How to delete a user account in oracle?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
How do I start tns listener?
Is oracle a programming language?
If any one has information regarding interview of NIC (National Informatics Centre),it would be of great help...
Why do we use bulk collect in oracle?
How to run create database statement again?