rman target sys/syspwd@orcl nocatalog auxiliary /
run {duplicate target database for standby dorecover;}
RMAN-03002 failure of duplicate command.
RMAN-05001 auxiliary file name /u01/../user01.dbf conflicts with a file used by the target database.
and the following error for the redologs:
ORA-19527 physical standby redo must be renamed.
RMAN-05535 All standby logfiles were not created.
USE NOFILENAMECHECK:
run {duplicate target database for standby dorecover NOFILENAMECHECK;}
OR:
set parameters LOG_FILE_NAME_CONVERT and DB_FILE_NAME_CONVERT
Sample:
LOG_FILE_NAME_CONVERT=('/u02/oradata/orcl','/u02/oradata/orcl')
DB_FILE_NAME_CONVERT=('/u02/oradata/orcl','/u02/oradata/orcl')
run {duplicate target database for standby dorecover;}
RMAN-03002 failure of duplicate command.
RMAN-05001 auxiliary file name /u01/../user01.dbf conflicts with a file used by the target database.
and the following error for the redologs:
ORA-19527 physical standby redo must be renamed.
RMAN-05535 All standby logfiles were not created.
USE NOFILENAMECHECK:
run {duplicate target database for standby dorecover NOFILENAMECHECK;}
OR:
set parameters LOG_FILE_NAME_CONVERT and DB_FILE_NAME_CONVERT
Sample:
LOG_FILE_NAME_CONVERT=('/u02/oradata/orcl','/u02/oradata/orcl')
DB_FILE_NAME_CONVERT=('/u02/oradata/orcl','/u02/oradata/orcl')
Comentários
Postar um comentário