ITPub博客

首页 > Linux操作系统 > Linux操作系统 > rman error; ora-1220

rman error; ora-1220

原创 Linux操作系统 作者:jlandzpa 时间:2019-07-20 10:48:02 0 删除 编辑
一个oracle8170数据库,在做rman恢复时遇到这个错误: RMAN-03022: compiling command: resync RMAN-03023: executing command: resync RMAN-08002: starting full resync of recovery catalog RMAN-01005: resync got ORA-1220, retrying with sort_area_size = 1MB RMAN-08002: starting full resync of recovery catalog RMAN-01005: resync got ORA-1220, retrying with sort_area_size = 2MB RMAN-08002: starting full resync of recovery catalog RMAN-01005: resync got ORA-1220, retrying with sort_area_size = 3MB RMAN-08002: starting full resync of recovery catalog RMAN-01005: resync got ORA-1220, retrying with sort_area_size = 4MB RMAN-08002: starting full resync of recovery catalog RMAN-01005: resync got ORA-1220, retrying with sort_area_size = 5MB RMAN-08002: starting full resync of recovery catalog RMAN-01005: resync got ORA--1220, giving up ............................. 解决方法: 通过加大SORT_AREA_RETAINED_SIZE and SORT_AREA_SIZE解决. metalink的解释见: Note:119030.1.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/936/viewspace-60640/,如需转载,请注明出处,否则将追究法律责任。

请登录后发表评论 登录
全部评论

注册时间:2001-10-12

  • 博文量
    240
  • 访问量
    199565