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 do I know if oracle is installed on windows?
hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards
State some uses of redo log files?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
How do we create privileges in oracle?
Differentiate between pre-select and pre-query?
How to use null as conditions in oracle?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
How to join two tables in a single query using oracle?
List the various oracle database objects?
Explain the use of log option in exp command.
How to create a new oracle data file?
What the is the diff between local index and global index. give some example.
How to export your own schema?
Explain do view contain data?