Database Backup and Recovery (MOSC)

MOSC Banner

Reg: Transportable tablespace using RMAN

edited Jan 8, 2010 5:17AM in Database Backup and Recovery (MOSC) 1 commentAnswered
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'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center