specification does not match any archived log in the repository

RMAN> delete noprompt expired archivelog all;

released channel: ORA_DISK_1
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=866 device type=DISK
specification does not match any archived log in the repository

看归档仍然存在的信息

2020_12_22/
2020_12_23/
2020_12_24/
2020_12_25/
2020_12_26/
2020_12_27/
2020_12_28/
2020_12_29/
2020_12_30/
2020_12_31/
2021_01_01/
2021_01_02/
2021_01_12/
2021_01_13/

怀疑是控制文件记录信息过旧;

and Real Application Testing options

SQL> show parameter control_file_record_keep_time

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
control_file_record_keep_time integer 7
SQL>

验证发现,控制文件信息只保留7天的记录。故2021_01_01 之前的记录只能手动 删除。

删除后问题解决

 

相关文章:

  • 2022-12-23
  • 2021-04-25
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2022-12-23
  • 2021-12-16
  • 2021-10-17
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案