i deleted 4 records form the table.after i have applied commit
.now i want to get back those records.how?
Answer Posted / serena
Using flashback table:
# enable row movement
1) alter table test2 enable row movement;
# flashback test2 to 10 minutes ago.
2) FLASHBACK TABLE test2 TO TIMESTAMP SYSTIMESTAMP -
INTERVAL '10' MINUTE;
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What is a procedure in oracle?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
What are the tools for Oracle ?
When system tablespace is created?
How do I reset a sequence in oracle?
What is backup in Oracle?
How to commit the current transaction in oracle?
Explain do view contain data?
Is rowid unique in oracle?
Where is the export dump file located?
What is translate in oracle?
What is an oracle database table?
What is the difference between count (*), count (expression), count (distinct expression)?