Oracle Database accidental deletion recovery method, oracle Database accidental deletion

Source: Internet
Author: User

Oracle Database accidental deletion recovery method, oracle Database accidental deletion

1. If you just accidentally delete some data or a piece of data, you can use

1. If select * from is deleted by mistake, it indicates the where query condition as of timestamp to_Date ('recovery year, month, day, hour, minute, second ', 'recovery time format;

For example, select * from emp as of timestamp to_Date ('2017-11-27 16:20:00 ', 'yyyy-mm-dd hh24: mi: ss ') where ename = 'Scott '// query the deleted data by mistake.

2. Export the queried data in the import table;

2. If all data is deleted by mistake;

1. If the insert into statement is accidentally deleted, the statement "select * from statement" indicates "as of timestamp to_Date" ('2017-11-27 16:28:00 ', 'yyyy-mm-dd hh24: mi: ss ') where query condition; // you have inserted the deleted data into the table by mistake.

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.