Move files between asm and the storage library
Neo-bMar 26 2012 — edited Mar 29 2012Hello All,
I am using Oracle RAC 11gR2 with ASM on Oracle Enterprise Linux 32 bit.
I created a disk group called +FRA for my fast/flash recovery area.
I am taking backup of my database and and all backups are created under +FRA.
My requirement that I want to move old backups to an Operating system mount points /backup in order to be moved to the storage library by my backup Storage management solution.
and in case i want to restore any back up I will copy it back from /backup to +FRA diskgroup and then restore my database
Is the above a good practice?
What steps should I do? cp command will help ? since I faced issues while moving files using cp command from ASM to OS directories for vice versa.
Regards,