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


Please Help Members By Posting Answers For Below Questions

what are bitmap indexes? How does they work?

1716


Why do you use stored procedures and state some of its disadvantages?

563


Explain the use of indexes option in imp command.

562


Which is better Oracle or MS SQL? Why?

3967


How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?

1464






 How to use an oracle sequence generator in a mapping?

562


In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??

1203


How view is different from a table?

550


How to sort the query output in oracle?

608


What is transaction control statement and how many types of transaction control statement in Oracle?

562


List out the difference between commit, rollback, and savepoint?

616


What are the set operators union, union all, minus & intersect meant to do?

560


How do we get field details of a table?

547


Why we use bulk collect in oracle?

532


What is difference between truncate and delete?

558