BACKUP ... FORMAT '%U' Default?
http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta007.htm#RCMRF107
So I test this in my environment.
-----------------------------------------------
First I issue:
backup as copy datafile 1;
and the filename I get is O1_MF_SYSTEM_881NQOC2_.DBF
Not the '%U' format.
-----------------------------------------------
Then I issue:
backup as copy datafile 1 format 'C:\app\fast_recovery_area\dhman\DATAFILE\%U';