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
What is the usage of synonyms?
What is oracle thin client?
Give the constructs of a package, function or a procedure.
How many types of table in Oracle?
What are joins, explain all types of joins?
What are oracle functions?
What is the difference between hot backup and cold backup in oracle?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
What are advantages of dateset in datastage?
How to work with data objects interactively?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What happens if the imported table already exists?
What is private procedure oracle?
What is a named program unit?
how to do daily transactions with out sql* loader control file regesterd in apps?