Reg: Transportable tablespace using RMAN
Hi All,
First time, i am successfully taken a backup for a particular tablespace using RMAN with below command:
run {
SET AUXILIARY INSTANCE PARAMETER FILE TO '/export/home/oracle/backup/transportdest/aux.ora';
transport tablespace anp
Tablespace destination '/export/home/oracle/backup/auxdest'
Auxiliary destination '/export/home/oracle/backup/transportdest'
;
}
From second time onwards, i am not able to take the same tablespace backup. I am getting the below error:
RMAN-03002: failure of tranport tablespace command at 01/08/2010 13:04:39
RMAN-03015: error occurred in stored script Memory Script
ORA-01119: error in creating database file '/export/home/oracle/backup/transportdest/anp.dbf'
run {
SET AUXILIARY INSTANCE PARAMETER FILE TO '/export/home/oracle/backup/transportdest/aux.ora';
transport tablespace anp
Tablespace destination '/export/home/oracle/backup/auxdest'
Auxiliary destination '/export/home/oracle/backup/transportdest'
;
}
From second time onwards, i am not able to take the same tablespace backup. I am getting the below error:
RMAN-03002: failure of tranport tablespace command at 01/08/2010 13:04:39
RMAN-03015: error occurred in stored script Memory Script
ORA-01119: error in creating database file '/export/home/oracle/backup/transportdest/anp.dbf'
0