Change RMAN file names format in the FRA?
Hi!Acording with Oracle 11gR2 documentation:
If you do not specify the FORMAT clause for disk backups, then RMAN creates backup pieces and image copies in the fast recovery area, with names in Oracle Managed Files name format. If a fast recovery area is enabled, and if you do specify FORMAT on BACKUP or a channel, then RMAN creates the backup in a platform-specific location rather than in the recovery area.
It's possible to change RMAN file names format for OMF like this '%d_%p_%U' for creation files in the fast recovery area (FRA)?
0