Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Restoring RMAN backed up archivelogs, datafiles
Hi Guru's
Basically, I just need to know whether it is possible to restore data backed by RMAN to a database/server other than the database/server it was backed up from.
I ask for two reasons really:
Archivelogs
I have two Standby database instances which have stopped working for
one reason or another I now have a lag in the transported archivelog
files.
Can I restore the archivelogs from my RMAN backups of the Primary databases to the Standby? If so, how is this done?
Please bear in mind that the Primary databases reside on a different server to their respective Standby databases. I know that I can just FTP the files across but I would like to know if this is possible using RMAN.
Restore to Dev database
Can I restore the RMAN backup to another database other than the
database it was backed up from?
For example we have a development database (DEV) that needs refreshing. Can I use the RMAN backup of LIVE to do the refresh?
As earlier the databases reside on different servers. Here are the data files.
Cheers
TB3101
LIVE Data Files
1 select file_name
2* from dba_data_files
SQL> /
FILE_NAME
19 rows selected.
DEV Data Files
FILE_NAME
17 rows selected. Received on Mon Sep 10 2007 - 07:15:06 CDT
![]() |
![]() |