i deleted 4 records form the table.after i have applied commit
.now i want to get back those records.how?
Answer Posted / bipin maurya
first of all u can executed first query after that u can executed sec query
ALTER TABLE table2 ENABLE ROW movement
flashback TABLE table2 TO timestamp systimestamp-interval
'100' minute
Thanks
Bipin Maurya
Mo-+919812630225
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a partition in oracle?
What are the database administrators utilities available?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
How to drop a tablespace?
What is the difference between postgresql and oracle?
Oracle
Difference between inner join vs where ?
What is parameterized cursor in oracle?
How to experiment a data lock in oracle?
What is using clause and give example?
How to find out what oracle odbc drivers are installed?
what are archived logs?
interview questions with answer for cts
What are the tools for Oracle ?
What are the numeric comparison operations?