Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

rman backup - how to preserve the file names exactly when backing up?

marvin hechtDec 2 2010 — edited Dec 3 2010
Hi,

I have been using RMAN for backup and I want to change things so that it is
easier to go back to the old tried-and-true method of recovery by recreating
a control file manually via the trace file, which lists the files out individually.

The first change - to change from compression to copy.. is fine.
But even then, rman names the files some weird name.

I am not trying this- using the disk format command is supposed to work..

rman nocatalog << EOF
connect target;
allocate channel for maintenance type disk parallelism 1 \
format '/agile/ora_flash_recovery_area/PECHA/backupset/backup/%U';
backup as copy database;
release channel;

but it still is using wierd (auto-generated) names for the data files as it backs up.

Has anyone else got this working? Thanks Marvin.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 31 2010
Added on Dec 2 2010
7 comments
956 views