T1: T2
A X--- this is updated record
B B
like this T1 table having no.of records updated. write a
query"retrive updated record from T2"
Answers were Sorted based on User's Feedback
Answer / suresh babu
select SCN_TO_TIMESTAMP(ORA_ROWSCN) from table;
This query shows all records timestamp.From this result you
can find record,which recently updated.
| Is This Answer Correct ? | 1 Yes | 3 No |
Can we convert a date to char in oracle and if so, what would be the syntax?
What is the difference between substr & instr functions?
What are the oracle built-in data types?
What are the execution control statements?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
What are temporal data types in oracle?
Does rowid change in oracle?
How to rename an existing table?
There is a big table with "n" of rows and 40 + columns .It doesn't have primary key.How do you select the primary key. In other words how do you get the duplicate records.
How to use "in out" parameter properly?
How to run create database statement again?
How to pass a parameter to a cursor in oracle?