Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
using backups in ASM(+FRA) to restore database on another nonASM host.

Hi,
Suppose we have backups in +FRA
and we do not have option to backup on filesystem and use this backup files.
We have only +FRA ASM backups.
We want to restore database to another nonASM host
how can we use backups in +FRA?
in other words, can we copy backup files in +FRA to a filesystem directory on other nonASM host and catalog them by rman and restore from these files?
Does it work?
if not how can we do it?
Best Regards,
Answers
-
Check out the asmcmd cp command.
I am always curious about the phrase "we do not have option to ...." Kind of like "I am stuck on the side of the road with a flat tire. I do not have the option to use the jack, lug wrench, and spare tire that is packed in the trunk/boot."
-
Hi
i know i can copy backup files in +FRA to filesystem via asmcmd.
Actually, what i want to make sure that if i can use these copied +FRA backup files on a nonASM host to restore database or not.
"Because i have a doubt that rman backup files on ASM are different than backup files on filesystem so i can not use backup files created on ASM disk to restore database on a nonASM host."
SO what i understand i can use rman backup files on ASM to restore database to noASM hosts?
-
SO what i understand i can use rman backup files on ASM to restore database to noASM hosts?
What does it cost to run a test?
Because i have a doubt that rman backup files on ASM are different than backup files on filesystem
Is there anything about the command that would differentiate between an rman backup file and any other type of file?
What would be the value of the 'asmcmd cp' command if the resulting os file were unusable as such?
-
Hi
Thanks for your answers.
It's all clear for me now and I will run a test as soon as possible.