|
|
|
|
|
|
|
|
|
Re: RMAN copy from tape to disk [message #472523 is a reply to message #471149] |
Sat, 21 August 2010 09:36 |
crscottdba
Messages: 5 Registered: December 2008 Location: Cleveland, OH
|
Junior Member |
|
|
The simple answer is there is no easy way to copy from tape to disk via RMAN, due to the media management layer. Once they move to tape they aren't as easily accessed and migrated as disk copies which are readily available and easy to move around
|
|
|
|
Re: RMAN copy from tape to disk [message #472525 is a reply to message #472524] |
Sat, 21 August 2010 10:11 |
crscottdba
Messages: 5 Registered: December 2008 Location: Cleveland, OH
|
Junior Member |
|
|
Sure, but the question was regarding the backuppiece files. Those unfortunately are not easily moved around like disk backups.
The backup is in the catalog, and you can use the tape remotely, but it's not portable and simple like disk backups.
|
|
|
|
Re: RMAN copy from tape to disk [message #472528 is a reply to message #472526] |
Sat, 21 August 2010 10:53 |
crscottdba
Messages: 5 Registered: December 2008 Location: Cleveland, OH
|
Junior Member |
|
|
The point is regarding the backuppiece files. These are easy to move around on disk. The OP wants to access and move these files which is different from just the backups listed in the catalog.
I'm sure it's doableon tape. It's just not nice and easy like accessing the same files on disk.
|
|
|
|
Re: RMAN copy from tape to disk [message #472535 is a reply to message #472530] |
Sat, 21 August 2010 14:26 |
crscottdba
Messages: 5 Registered: December 2008 Location: Cleveland, OH
|
Junior Member |
|
|
The OP wants to copy backuppiece files from tape to disk.
I can clone databases from RMAN tape backups, but I can't easily move backuppiece files around from them. It may be possible but nobody here has provided a good answer regarding this, even using a generic MML as a starting point.
Disk is simple to me because it's just OS commands, a la cp/scp/etc. No middle man MML.
My answer to the OP would be to use a new 'disk' based backup that is portable to move your backup. If the new server can talk to the current server but not the tape, then just do the RMAN backup to a same named filesystem, and it makes it even easier.
Change your RMAN env to point to a disk based backup on an external drive/USB drive/etc. Take a fresh backup, then use that to clone.
[Updated on: Sat, 21 August 2010 14:29] Report message to a moderator
|
|
|
|
Re: RMAN copy from tape to disk [message #539507 is a reply to message #472536] |
Mon, 16 January 2012 10:58 |
|
snurani
Messages: 1 Registered: January 2012
|
Junior Member |
|
|
Sorry to reply/request on a old thread, but i find this most relevant on my requirement
Yes, you can using your tape software. Any tape hardware comes with a tape software.
-- Anybody has exprience of doing above usingLegato Networker
After this move to disks you can easily (once again) catalog them into RMAN repository using CATALOG command and then you can use RMAN as usual. I don't see anything difficult in this.
-- does the restore of database from a backup piece copied from tape to disk work fine? From note 1111603.1 I understand it might not work well.
|
|
|