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 to drop an existing table in oracle?
How to write a left outer join with the where clause in oracle?
Difference between oracle's plus (+) notation and ansi join notation?
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?
What is a system tablespace and when it is created?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.
How to find out what oracle odbc drivers are installed?
What privilege is needed for a user to query tables in another schema?
can u send the sql dumps to sivakumarr1987@gmail.com plz help me
Explain what are the different type of segments?
How are extents allocated to a segment?
How to create a new tablespace in oracle?
What are the parameters that we can pass through a stored procedure?
Why do we use coalesce function in oracle?
Difference between the “verify” and “feedback” command?