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

Thread: Rman Backup

  1. #1
    Join Date
    Sep 2006
    Posts
    114

    Rman Backup

    is there any difference in the following two scripts,both of them include the backup of control file

    RMAN> run{allocate channel c1 type disk;
    2> backup format 'd:\db_%t_%s_%p'
    3> database;
    4> backup current controlfile;}

    RMAN> run{allocate channel c1 type disk;
    2> backup format 'd:\db_%t_%s_%p'
    3> database include current controlfile;}

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    the only difference is that in the first they will be in two separate backup pieces

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