Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Rman: Duplicate database to remote host with same structure
I am trying to use the 'duplicate' database feature of RMAN to clone my database onto another hostwith the EXACT same directory structure. I followed the instructions in the docsto the letter. But when I do the 'duplicate target database to dupdb', I get theerror (see below)
Please, please, tell me that I am not expected to physically copy all my backup pieces comprising the backup to the remote host using FTP or'rcp'!!
If so, whats the point? How is RMAN helping me here? If I do the physical copy, I could as well go to the other database and do a 'restore', right?
I thought that RMAN transfers the backup via the Net8 connection and builds the auxiliary database.
### If you are receiving errors, please list exact error messages and text: ###
RMAN-03022: compiling command: IRESTORE RMAN-03023: executing command: IRESTORE RMAN-08016: channel aux2: starting datafile backupset restore RMAN-08502: set_count=30 set_stamp=430063352creation_time=18-MAY-01 RMAN-08089: channel aux2: specifying datafile(s) to restore from backup set RMAN-08523: restoring datafile 00030 to
RMAN-08016: channel aux3: starting datafile backupset restore RMAN-08502: set_count=31 set_stamp=430063360 creation_time=18-MAY-01 RMAN-08089: channel aux3: specifyingdatafile(s) to restore from backup set RMAN-08523: restoring datafile 00007 to
RMAN-08016: channel aux1: starting datafile backupset restore RMAN-08502: set_count=27 set_stamp=430063339 creation_time=18-MAY-01 RMAN-08089: channel aux1: specifyingdatafile(s) to restore from backup set RMAN-08523: restoring datafile 00001 to
RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-00601: fatal error in recovery manager RMAN-03012: fatal error during compilation of command RMAN-03028: fatal error code: 3015 RMAN-03013: command type: Duplicate Db RMAN-03015: error occurred in stored script Memory Script RMAN-03002: failureduring compilation of command RMAN-03013: command type: restore RMAN-03007: retryable error occurred during execution of command: IRESTORERMAN-07004: unhandled exception during command execution on channel aux2 RMAN-10035: exception raised in RPC: ORA-19505: failed to identify file "/disk6/backup/bkp.0ucq4fno_1_1"
![]() |
![]() |