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 |
In my table i have 4 columns with 100 records but in that 4 columns one column contains all NULL values so can i add NOT NULL CONSTRAINT on that column......... ok if it is not possible, can i add NOT NULL CONSTRAINT from 101 Record Onwards?
How to display row numbers with the records?
How to shutdown your 10g xe server from command line?
Why we use bulk collect in oracle?
definition of cluster and non-clustered index?
State and explain about oracle instance?
How to rollback the current transaction in oracle?
How to Identify the previously inserted/updated records in already populated table.
what are the things that you consider while creating indexes on partitioning tables?
What is the difference between implicit index and explicit index?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame ?
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"