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
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
How to execute the package in oracle?
How to update values on multiple rows in oracle?
Write a trigger example in oracle?
How to manage transaction isolation level?
Can multiple cursors being opened at the same time?
How to do paging with oracle?
Explain the blob datatype?
How to create a table index in oracle?
What is the difference between $oracle_base and $oracle_home?
How to delete an existing row from a table in oracle?
Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?
What is the difference between primary key and unique key and foreign key in oracle?
What is the meaning of recursive hints in oracle?
Explain the use of record length option in exp command.