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
How to create tables for odbc connection testing?
How to use subqueries in the from clause in oracle?
what happened to the global index when I truncate the data in one of the partition?
Does oracle partitioning improve performance?
What privilege is needed for a user to delete rows from tables in another schema?
What is an Oracle Instance?
What is define in oracle?
What is the database name in oracle?
Can we store images in oracle database?
How to generate query output in html format?
What are the types of trigger in oracle?
What are the different oracle database objects?
What is flashback in Oracle?
What is primefaces used for?
How different is ms access and oracle?