export with rman a previous full backup DB on a work directory
Hello Community,
I run Oracle 11.2.0 4 on linux 6.4 x86_64. I perform once a day a full backup with archivelog using rman catalog on tape.
I need to have the files contents of my DB SID=PROD from one week ago.
With rman it would be possible to export from the Tape all the files corresponding to a specific Full_backup (have the SCN ) in a separate Work directory using ' set newname'
without to affect the actual db files.
Can you give me the syntax please ?
Thanks
Giorgio