Can anyone help how to solve the following error in RMAN? [message #323197] |
Tue, 27 May 2008 12:41 |
tuan713
Messages: 4 Registered: March 2006
|
Junior Member |
|
|
can anyone help how to solve the following error in RMAN?
when I do show all in rman:
RMAN> show all;
I get:
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE AUXNAME FOR DATAFILE '/opt/oracle/oradata/VIT10/system01.dbf' TO '/opt/oracle/oradata/STAGE/system01.dbf';
But I want to put this system01.dbf file to same directory naming but on different host,
I tried :
RMAN> CONFIGURE AUXNAME FOR DATAFILE '/opt/oracle/oradata/VIT10/system01.dbf' TO '/opt/oracle/oradata/VIT10/system01.dbf';
RMAN-00571: =====================================================
RMAN-00569: ============ ERROR MESSAGE STACK FOLLOWS=============
RMAN-00571: =====================================================
RMAN-03002: failure of configure command at 05/27/2008 09:17:53
ORA-19584: file /opt/oracle/oradata/VIT10/system01.dbf already in use
can anyone help out with either correct syntax or show me a different way of cloning database but on different server with the same directory?
Thanks in Advance,
|
|
|
Re: Can anyone help how to solve the following error in RMAN? [message #323200 is a reply to message #323197] |
Tue, 27 May 2008 12:51 |
tuan713
Messages: 4 Registered: March 2006
|
Junior Member |
|
|
is there a way to remove the configure auxname for DATAFILE line when execute the show all command in rman?
Does anyone know how to remove the line below in blue?
when I do show all in rman:
RMAN> show all;
I get:
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE AUXNAME FOR DATAFILE '/opt/oracle/oradata/VIT10/system01.dbf' TO '/opt/oracle/oradata/STAGE/system01.dbf';
|
|
|
|
|