RMAN : format specifier %F [message #262226] |
Sat, 25 August 2007 08:07 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello ALL,
I tried to use the following command in RMAN environment:
RMAN> backup database format 'c:\cm3b\rman\myrmanbkp_%F';
RMAN says that F specifier is not valid.
I want a specifier that apply DBID in the file name.
What is the file format specifiers that show DBID?
I know these below: (none show DBID)
%t ==> 4-byte time stamp
%s ==> backup set number
%p ==> backup piece number
I don't know:
What does %U stand for? (its meaning)
Where can I find a reference about rman file name specifiers? (just a URL/link)
Thanks,
mson77
|
|
|
|
Re: RMAN : format specifier %F [message #262234 is a reply to message #262233] |
Sat, 25 August 2007 09:23 |
mson77
Messages: 208 Registered: August 2007 Location: Brazil
|
Senior Member |
|
|
Hello ebrian,
THANK YOU!
Your answer solved my problem.
But... any reason to fail the command below using specifier %F?
RMAN> backup database format 'c:\cm3b\rman\myrmanbkp_%F';
Regards,
mson77
|
|
|
|
|
|
|
|
|
|