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"
Answer Posted / 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 |
Post New Answer View All Answers
Can we write dml statement in function in oracle?
How to specify default values in insert statement using oracle?
What are nested tables?
Is it possible to split the print reviewer into more than one region ?
What is bind variable in oracle 11g?
What are triggers in oracle?
How to create a new table in your schema?
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
How to use in conditions in oracle?
What is a proxy object?
Explain drop constraint oracle?
Can we protect our pl/sql source code?
What is Undo Management Advisor in Oracle?
What are the differences between blob and clob in oracle?
Explain an extent?