Pages

Sunday, November 19, 2017

[SOLVED] - RMAN-03002 RMAN-12009 RMAN-12017

RMAN-03002 RMAN-12009 RMAN-12017

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 11/24/2017 21:25:09
RMAN-12009: command aborted because some backup pieces could not be located
RMAN-12017: could not locate pieces of backup set key 10400



Issue:


RMAN> catalog start with '/backup1/rman/';
RMAN> recover database;

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 11/24/2017 21:25:09
RMAN-12009: command aborted because some backup pieces could not be located
RMAN-12017: could not locate pieces of backup set key 10400



Solution:


RMAN> catalog backuppiece '/backup1/rman/1_gtmh8n3v_20110712.rmb';
RMAN> recover database;


Note: Catalog backup piece manually.