Restaurar RMAN con fecha anterior a 7 dias en otra bbdd de test
Publicado por jim (1 intervención) el 14/01/2015 10:51:06
Hola a todos:
Tengo que restaurar una versión muy concreta de un backup realizado con RMAN de hace 1 mes en una base de datos de test de otra maquina y me estoy encontrando con problemas a la hora de hacerlo ya que no me lo reconoce correctamente.
La version de Oracle es una 11.1.0
Backup copiado a la maquina destino, bbdd creada y Rman con los siguientes pasos:
rman target /
SET DBID 569863647
restore controlfile from '/copia/backCCS_C_ottopus_17183_1' maxdays 30;
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140126
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140125
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140124
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140123
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140122
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140121
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140120
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140119
channel ORA_DISK_1: no AUTOBACKUP in 360 days found
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 01/13/2015 17:37:44
RMAN-06172: no AUTOBACKUP found or specified handle is not a valid copy or piece
Alguna idea, ayuda?
Gracias!!
Tengo que restaurar una versión muy concreta de un backup realizado con RMAN de hace 1 mes en una base de datos de test de otra maquina y me estoy encontrando con problemas a la hora de hacerlo ya que no me lo reconoce correctamente.
La version de Oracle es una 11.1.0
Backup copiado a la maquina destino, bbdd creada y Rman con los siguientes pasos:
rman target /
SET DBID 569863647
restore controlfile from '/copia/backCCS_C_ottopus_17183_1' maxdays 30;
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140126
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140125
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140124
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140123
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140122
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140121
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140120
channel ORA_DISK_1: looking for AUTOBACKUP on day: 20140119
channel ORA_DISK_1: no AUTOBACKUP in 360 days found
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 01/13/2015 17:37:44
RMAN-06172: no AUTOBACKUP found or specified handle is not a valid copy or piece
Alguna idea, ayuda?
Gracias!!
Valora esta pregunta


0