DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Rman.

  1. #1
    Join Date
    Jul 2000
    Posts
    147

    Rman.

    How can we define a specific file name in RMAN backup?

    Please take a look at the script below....
    run {
    allocate channel t1 type disk;
    backup
    format '/XXX/XXX/%d_t%t_s%s_p%p'
    (database);
    release channel t1;
    }
    What is %d_t%t_s%s_p%p actually mean? Where can I find a doc on that?

    Thanks!
    Last edited by dba_dada; 12-05-2006 at 08:08 AM.

  2. #2
    Join Date
    Sep 2003
    Location
    over the hill and through the woods
    Posts
    995
    Oracle it's not just a database it's a lifestyle!
    --------------
    BTW....You need to get a girlfriend who's last name isn't .jpg

  3. #3
    Join Date
    Jul 2000
    Posts
    147
    Thanks Doc!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width