Solution to accidental deletion of oracle log files

Source: Internet
Author: User


Solution for accidental deletion of oracle log files: oracle log files are deleted (mainly for those software such as 360 security guard, QQ computer manager, and Kingsoft guard that use logs as garbage, when using them, be careful, or remove the check box for log files when cleaning.) and, as a result, oracle listening cannot be started, it has been a problem for me for a long time, every time I encounter such a problem, I always uninstall oracle and reinstall it, which is a waste of time and nothing to gain. Today I have encountered another problem. Since oracle logs can be recovered, then I tried to restore the accidentally deleted file. Then I succeeded and solved my major troubles. Below are my operations. I will share them with you. 1. sqlplus/nolog www.2cto.com 2. SQL> conn sys/orcl as sysdba orcl is the advanced user created during installation 3 SQL> recover database until time '2017-04-19 13:45:02 'this time is what you want to log recovery time. 4. SQL> alter database open resetlogs; 5. SQL> shutdown immediate; restart oracle services. Done! From DCX903170332

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.