How can we define a specific file name in RMAN backup?
Please take a look at the script below....
What is %d_t%t_s%s_p%p actually mean? Where can I find a doc on that?Quote:
run {
allocate channel t1 type disk;
backup
format '/XXX/XXX/%d_t%t_s%s_p%p'
(database);
release channel t1;
}
Thanks!
