Clear Oracle archive logs

Source: Internet
Author: User
After Oracle archive log is cleared and oracle archive log reaches the set limit value, the database cannot be used.

After Oracle archive log is cleared and oracle archive log reaches the set limit value, the database cannot be used.

The database cannot use the archive logs of Oracle when the set limit value is reached.

The error message is:

ORA-00257: archiver error. Connect internal only, until freed

At this time, you can choose to move its log file to another place, and then delete the value in the parameter file.

1. view the location of the archived Log File

Sqlplus/as sysdba

Archive log list;

2. Move archived logs to other places

Cd location

Mv *. * Target backup location

3. Delete values in the parameter file

Enter

Rman target/

Crosscheck archivelog all;

Delete archivelog all;

Or back up the data before deleting it.

Backup archivelog all format'/home/oracle/archbackup/db1_arch _ % U' delete input;

,

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.