Restore database problem [message #318270] |
Tue, 06 May 2008 05:32 |
mafc73
Messages: 38 Registered: November 2006
|
Member |
|
|
Hi,
I want to copy a database that it's in production environment to another host. The steps that I follow are :
- Mark all tablespaces in begin backup mode.
- Copy all datafiles, controlfiles, redo logs, spfile to the new host.
- In the new host I have created the directory structure for trace files,...
- I get the create controlfile command with ALTER DATABASE BACKUP CONTROLFILE TO TRACE.
- Now in the new host:
- STARTUP NOMOUNT;
- Execute the script for the create controlfile
- After that I execute the recover database and I get an ORA-1110.
- RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;
....
Especificar log: {<RET>=sugerido | nombre_archivo | AUTO | CANCEL}
ORA-00279: el cambio 613840 generado en 04/17/2008 14:04:50 es necesario para
el thread 1
ORA-00289: sugerencia: /oradata/TITAN/arch/TITAN_1_36_651664379.dbf
ORA-00280: el cambio 613840 para el thread 1 esta en la secuencia numero 36
ORA-00278: el archivo log '/oradata/TITAN/arch/TITAN_1_35_651664379.dbf' ya no
es necesario para esta recuperacion
Especificar log: {<RET>=sugerido | nombre_archivo | AUTO | CANCEL}
CANCEL
ORA-01547: advertencia: RECOVER ha funcionado correctamente pero OPEN RESETLOGS
obtendria el siguiente error
ORA-01195: la copia de seguridad online del archivo 1 necesita mas recuperacion
para ser consistente
ORA-01110: archivo de datos 1: '/oradata/TITAN/system01.dbf'
- If I try to open I get the error.
SQL> ALTER DATABASE OPEN RESETLOGS;
ALTER DATABASE OPEN RESETLOGS
*
ERROR en línea 1:
ORA-01195: la copia de seguridad online del archivo 1 necesita mas recuperacion
para ser consistente
ORA-01110: archivo de datos 1: '/oradata/TITAN/system01.dbf'
I don't know what is the problem.
Thanks.
|
|
|
|
|