【问题标题】:specification does not match any backup in the repository规范与存储库中的任何备份都不匹配
【发布时间】:2014-03-07 06:47:24
【问题描述】:

我想删除我的数据库 oracle 上的 arhcivelog。

RMAN> list backup of archivelog all;
specification does not match any backup in the repository

好像没有。

但恢复区不是空的。

 SELECT * FROM V$RECOVERY_FILE_DEST;
 name                       space_limit     space_used    space_reclaimable      number of files
 /opt/oracle/recovery_area  21474836480     10529677312   0                      8


SQL> archive log list;
Database log mode              No Archive Mode
Automatic archival             Disabled
Archive destination            USE_DB_RECOVERY_FILE_DEST
Oldest online log sequence     2081
Current log sequence           2083

我的预言机出了什么问题?如何删除所有归档日志?

非常感谢。

【问题讨论】:

  • 你解决了吗?

标签: oracle rman


【解决方案1】:

删除磁盘上的所有归档日志,无论是否备份

RMAN > delete archivelog all;

删除磁盘上的所有归档日志,无论它们是否已备份或没有一天。

RMAN > delete archivelog all completed before ‘sysdate -1′;

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-11-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-09-09
    相关资源
    最近更新 更多