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

Thread: question urgent!!

  1. #1
    Join Date
    Jan 2002
    Posts
    44
    rman> run {
    2> allocate channel d1 type disk;
    3> format = 'tue-%s_%p.bck';
    4> backup incremental level = 3 (database);}

    Your backup strategy is to perform a full database backup every day at 8 pm and an incremental backup every day at 12:30 pm. Which type of backup will be performed by this command?

    a)full
    b)blocks changed since the last full backup
    c)blocks changed since the last incremental backup
    d) blocks changed the last cumulative backup
    thanks a lot

  2. #2
    Join Date
    May 2002
    Posts
    2,645
    What are the different levels? 0, 1, 2

    0 is a full backup at that point in time
    1 and 2 are for incremental and cumulative incremental backups.

    I am not an expert on RMAN, but I've never heard of a level 3.

    Answer a --> level 0
    Answer b --> level 1
    Answer c --> level 2
    Answer d --> if there is a level 3, it would have to be related to being a cumulative backup

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