Oracle Database Error Deletion recovery method

Source: Internet
Author: User

If only some of the data is deleted by mistake or a piece of data can be

1. Select * from the error deletion indicates that as of timestamp to_date (' Recovery date seconds ', ' Recovery time format ') where query condition ;

Example: SELECT * from EMP as of timestamp to_date (' 2014-11-27 16:20:00 ', ' yyyy-mm-dd hh24:mi:ss ') where Ename= ' Scott ' Query to data that was mistakenly deleted

2, the query out of the data export, in the import table;

Two. If all data is deleted by mistake;

1, insert into mistakenly delete indicates that select * from the error delete indicates as of timestamp to_date (' 2014-11-27 16:28:00 ', ' Yyyy-mm-dd hh24            : Mi:ss ') where query condition ; Mistakenly deleted data has been inserted into the table

Oracle Database Error Deletion recovery method

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.