RMAN: Increment backup very slow

Hi All,
We have Datawarehouse database having size around 7TB. Increment backup performance is extremely poor it is taking approx 14hrs to complete the process. We have also enabled block change tracking but failed to meet target.
Below mentioned DB info & RMAN configuration parameters:
DB: 11.1.0.6
OS: Linux 2.6.18-128.el5 x86_64
System has 16 processor when more than two process per CPU i.e. 32
CONFIGURE RETENTION POLICY TO REDUNDANCY 5;
CONFIGURE BACKUP OPTIMIZATION ON;
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/d01copy/control_bkp/autobackup_control_file%F';
CONFIGURE DEVICE TYPE DISK PARALLELISM 13 BACKUP TYPE TO COMPRESSED BACKUPSET;
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE COMPRESSION ALGORITHM 'BZIP2';
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.1.0/dbs/snapcf_PRODDB.f'; # default
Thanks in advance.

Thnaks for reply.
Have you configured Compressed backups?
--> Yes. with below command.
RMAN> backup as compressed backupset incremental level 1 tag=$v_tag database;
Have you allocated channels ?
--> Yes.
allocate channel backup_disk1 type disk format '$v_bdest/%U' maxpiecesize 10G;
allocate channel backup_disk2 type disk format '$v_bdest/%U' maxpiecesize 10G;
allocate channel backup_disk3 type disk format '$v_bdest/%U' maxpiecesize 10G;
allocate channel backup_disk4 type disk format '$v_bdest/%U' maxpiecesize 10G;
allocate channel backup_disk5 type disk format '$v_bdest/%U' maxpiecesize 10G;
What is the Large pool size configured? try to increase.
--> large_pool_size=1073741824
Is backup to DISK or TAPE? mentioned in script?
--> Backup goes to DISK only.
How is DISK performance?
--> How can we calculate DISK performance on LINUX?
Regards,

Similar Messages

  • Rman incremental backup

    Hi,
    we are using oracle10g(10.2.0.3).
    is it possible to apply rman incremental backup on top of manual full backup?
    Note:There is no level 0 backup available
    Thanks
    With Regards
    Umair

    Yes, you can.
    Register your manual backup in recovery catalog as level 0 backup. Then take a fresh incremental backup. I have demonstrated the same in my article. You may download the same from here .
    Go through the section "Rolling forward a backup".
    Regards,
    S.K.

  • Quesion about the Basic concept of RMAN incremental backup

    I have a problem in understanding the basic concept of two types RMAN Incremental backup ie. Differential and Cumulative. I just don't understand how cumulative incremental backup consumes more space than Differential backup.
    Have a look at the scenario in which Differential backup is used.
    1. On Sunday midnight, a LEVEL0 backup is taken.
    2. On Monday midnight all the blocks that was changed since Sunday midnight are stored in the backup media (tape or disk)
    3. On Tuesday midnight all the blocks that was changed since monday midnight are stored in the backup media.
    4. On Wednesday midnight, all the blocks that was changed since tuesday midnight are stored in the backup media.
    At this point, in the backup media, you have all the changed blocks from sunday midnight to wednesday midnight eventhough it was stored in a daily basis. If you had taken a cumulative backup at wednesday midnight the backup media would have contained the same changed blocks from sunday midnight(LEVEL0) to wednesday midnight, but all at one go instead of daily basis. I don't understand how cumulative backup consumes more space when the backup media contains the same amount of changed blocks as it were in the case of the Differential backup.

    Considering the Scenario you given:
    Sunday : Level 0 backup.
    Monday : You have taken an incremental backup then there will not be any difference in size of backup set for differential or cumulative as the changes from last Level0 backup are considered.
    Tuesday : A cumulative backup (n-1) will have changed blocks since Sunday's Level0 backup but a differential backup(n) will only have changed blocks since Monday. So definitely there will be more space consumed by cumulative backups compared to differentials.
    Hope it helps ...
    Bhupinder

  • 4Th Generation Time Capsule Running Backup very Slow

    I am having a problem with my 4th generation time capsule as it is running very slow , it shows that i need to backup 151 Gb data and for the last 2 days the device backup only 150 mb, pls advise what is the problem? setup of the wireless network seems fine to me without any problem
    please help

    When you use ethernet, make sure your wireless is turned off in the computer.
    It can be worthwhile isolating the TC to the Computer so there is nothing else happening.
    Also for Mavericks ensure you have ipv6 set correctly to link-local.
    A 100GB backup certainly should not take 20hours..
    Although the 2008 (gen1 TC is much slower than later versions).
    A first backup of the computer must deal with loads and loads of little files, as a warning can go slow.
    A different backup software will be just the same.. it is the speed over network and handling small files that is the issue. Once that first backup is done the later incrementals should not be a problem though.

  • RMAN - Incremental backup / NOARCHIVELOG / Restore & Recover Until Cancel

    I'm testing out a weekly plan as follows:
    Sun : Shutdown db, RMAN level 0 Incremental Backup
    Mon-Sat: Shutdown db, RMAN level 1 Incremental Backup.
    The database is NOARCHIVELOG mode and is 10.2 XE.
    I then run a restore (which I understand to be to move the datafiles from the backup set to their online location). My next aim is to do a recover.
    I'm really confused at this point. Say I take the backup the night before (either a level 0 or 1, I'm assuming that this makes no difference) then in the morning I drop a table accidentally. Okay - I want to go back to the position after the backup. When I do recover, I understand that Oracle applies redo logs written since the backup.
    So I don't want a recover, I want a recover until cancel. When I issue this command it is suggesting that I use an archive log file. Well obviously I don't have any of those so I press cancel thinking that this will bring me back to the point EXACTLY AFTER THE NIGHTLY BACKUP and with my table back. But it doesn't!
    I would be really grateful if anyone has a definitive answer to this - what are the steps to recover a database to the point after the backup was taken ignoring any changes since the backup.
    Thanks all.
    Tom.

    Hi Werner
    Do you mean if the online logs are available with the changes after the last backup until the database restore then there is a possibility to apply changes? Ie at this point I could put in the redo log names instead of the archive log names.
    If they have been overwritten since the backup (ie cycled round completely) then is the behaviour to restore the database and then not apply any logs?
    Do you know if this is documented anywhere? There seems to be an emphasis on ARCHIVELOG mode only, especially in the books I have seen.
    Thanks,
    Tom

  • RMAN Incremental Backups strategy

    Could somebody explain the difference between following backup strategies. Oracle DB version 11g
    Option 1: Sun Level 0, Mon Tue Wed Thur Fri Sat Level 1
    Option 2: Sun Level 0, Mon Tue Wed Thur Fri Sat Level 2

    Level 0 is the base backup.
    [INCREMENTAL LEVEL = integer] - Copies only those data blocks that have changed since the last incremental integer backup, where integer is any integer from 0 to 4. For example, in a level 2 backup RMAN backs up all blocks used since the most recent level 2, level 1, or level 0 backup. This type of incremental backup is also called a differential backup to distinguish it from a cumulative backup.
    Further details:http://download.oracle.com/docs/cd/B10501_01/server.920/a96565/rcmsynta9.htm#78484
    Edit: documentation is for 9i.
    Edited by: user8332023 on Jun 24, 2009 9:43 PM

  • Online RMAN incremental backups...

    Oracle10g RHEL4 AS
    HI All,
    I wanted to know what options can use to do an online incremental backup without using so much space. Currently, our flash recovery area is only 8G and when I ran an incremental backup it got filled after backing up only 3 datafiles. The command that I used was as follows:
    run {
    sql 'alter system switch logfile';
    allocate channel t1 DEVICE type DISK;
    RECOVER COPY OF DATABASE WITH TAG 'incr_update';
    BACKUP INCREMENTAL LEVEL 1 FOR RECOVER OF COPY WITH TAG 'incr_update'
    DATABASE;
    sql 'alter system archive log current';
    release channel t1;
    Is there any option that I can use to compress or make smaller these incremental backups? Or is this perhaps happening because this is the first backup and it is making a Level 0 backup first and then future backups will be Level 1? Either way I would like to know how I can shrink the backups that are being generated.
    Thank you.

    Is there any option that I can use to compress or make smaller these incremental backups? You could try the backup set compression.
    Or is this perhaps happening because this is the first backup and it is making a Level 0 backup first and then future backups will be Level 1?Yes this is likely.
    You may also reduce used space in the FRA if you decrease your recovery retention policy (depending of course of your restore/recovery requirements).

  • Oracle incremental backup too slow

    Hello All,
    Oracle 9.2.0.7
    Windows 2003 server
    Database size around 200 GB.
    Daily archive generation may be around 40. Archive log size 200 MB.
    We have implemented the below backup strategy
    1. weekly once full incremental level 0 backup(differential).
    2. Daily incremental level 1 backup(differential).
    Daily incremental backup size will be around 1 GB.
    Now we are facing a problem because of the incremental backup. The incremental backup is taking more than 1 hour time to complete. So we are not able to run it in the production time.its a 24/7 production database.
    Please advice how to reduce the incremental backup time ?
    Is there any options like what we have in 10g Block change tracking. please advice..
    TIA,

    ORCLDB wrote:
    Hello All,
    Oracle 9.2.0.7
    Windows 2003 server
    Database size around 200 GB.
    Daily archive generation may be around 40. Archive log size 200 MB.
    We have implemented the below backup strategy
    1. weekly once full incremental level 0 backup(differential).
    2. Daily incremental level 1 backup(differential).
    Daily incremental backup size will be around 1 GB.
    Now we are facing a problem because of the incremental backup. The incremental backup is taking more than 1 hour time to complete. So we are not able to run it in the production time.its a 24/7 production database.
    Please advice how to reduce the incremental backup time ?
    Is there any options like what we have in 10g Block change tracking. please advice..
    TIA,Please refer to documentation:
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmtunin.htm#CACJCBDB

  • RMAN BACKUP VERY SLOW

    Hi all,
    what is fastest method to take backup using rman
    Thanks&Regards,
    Mahesh

    Hi Mahee,
    Can you be little bit precise on you question?
    1. Is it you are planning to take backups using RMAN or your scheduled backups are running slow on RMAN?
    2. Please specify the type of backup.
    I would first check with the network throughput and native transfer rate and compare them with the backup speed.
    Also, tuning would largely depend on if you are using Synchronous and Asynchronous Disk I/O and thus enabling the db parameters for the same.
    While the job is running, execute a script containing the following SQL statement to know the status of the RMAN job:
    SELECT sid, serial#, context, sofar, totalwork,
    round(sofar/totalwork*100,2) "% Complete"
    FROM v$session_longops
    WHERE opname LIKE 'RMAN%'
    AND opname NOT LIKE '%aggregate%'
    AND totalwork != 0
    AND sofar <> totalwork
    If you repeat the query while the backup progresses, then you see output such as the
    following:
    SQL> @status
    SID SERIAL# CONTEXT SOFAR TOTALWORK % Complete
    8 19 1 10377 36617 28.34
    SQL> @status
    SID SERIAL# CONTEXT SOFAR TOTALWORK % Complete
    8 19 1 21513 36617 58.75

  • Time Machine backup very slow in Lion

    After installing Lion Time Machine backup (not initial one which is long by default) takes about 40 minutes vs. about 5 minutes in Snow Leopard. Very annoying because it slows down my entire system for such a long time. Any help, please?

    Here is a log copied from Time Machine Buddy:
    Starting standard backup
    Backing up to: /Volumes/Time Machine/Backups.backupdb
    2.20 GB required (including padding), 126.68 GB available
    Copied 394 files (0 bytes) from volume Pete 02.
    Copied 173985 files (861.6 MB) from volume Pete 01.
    1.13 GB required (including padding), 125.79 GB available
    Copied 13 files (0 bytes) from volume Pete 02.
    Copied 158965 files (90 KB) from volume Pete 01.
    Starting post-backup thinning
    No post-back up thinning needed: no expired backups exist
    Backup completed successfully.
    No additional messages, perfect backup, no need for thinning and it took 45 minutes, almost 10 times slower then in Snow Leopard (same TM preferences, exclusions etc).

  • Time Machine backup very slow on WD My Book For Mac external HD

    I have been using a Western Digital 1 TB external HD (My Book For Mac) to backup my data today for the first time, using their SmartWare software. Everything went smoothly, I backed up 91 GB of data in 2-3 hours.
    At the same time, I have also Time Machine activated, which started backing up my files a while ago, but it is crawling at 8 MB per minute. A quick calculation tells me it will take 180 hours to back up 90 GB (?).
    I have 2 questions:
    1. Are SmartWare and TimeMachine supposed to be run exclusive of each other?
    2. If I just ran TimeMachine, why is it so slow? I use a USB 2.0 connection that worked fine for the My Book's own software.
    Thanks for your help!

    You should first repartition and format the drive. Most likely it is setup for use on Windows. Try this:
    Extended Hard Drive Preparation
    1. Open Disk Utility in your Utilities folder. If you need to reformat your startup volume, then you must boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger or Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID (for Intel Macs) or APM (for PPC Macs) then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    Do not use the WD software. If it's you wish to create a bootable backup of your drive as well as keep a TM backup, then you should create two partitions on the drive. One for your non-TM backup and one for TM. For the bootable backup use third-party software such as SuperDuper!, Carbon Copy Cloner, or SilverKeeper - Download at VersionTracker or MacUpdate.
    Note that many WD drive systems cannot be used for bootable backups. You can find information related to this at the WD web site.

  • Backup very slow

    i want to do a full backup first time. i have a extrernal drive with 1 TB with 4 partitions. i configures time machine so that all folders should be saved.
    in the first hour time machine saved only 10 GB. the external drive is quiet,so i think the drive has nothing to work.
    is it sensible to backup all folder (like system, system folders). can i find a usefull documentation for timemachine.
    whats about performace. is there any software which is better than TM?
    thanks for answering. (My english is bad - German)

    in the first hour time machine saved only 10 GB. the external drive is quiet,so i think the drive has nothing to work.
    Have a look at [this Apple article|http://support.apple.com/kb/TS1550] (is your external using Master Boot Record?).
    is it sensible to backup all folder (like system, system folders). can i find a usefull documentation for timemachine.
    Have a look at [this Apple article|http://support.apple.com/kb/HT1427]
    whats about performace. is there any software which is better than TM?
    TM is good in its simplicity, but it doesn't offer a permanent backup solution as it will eventually purge older backups as space gets scarce. There are lots of other backup utilities out there. Some use TM and compliment it with [SuperDuper|http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html], [Carbon Copy Cloner|http://www.bombich.com/software/index.html] and other similar cloning utilities. Others use [Retrospect|http://www.retrospect.com/products/software/retroformac>.
    It all depends on how you set up your backup routines, which depends on who you use your computer and for what. Google for instance for "backup strategy" or the like.
    /p

  • Question about using an incremental backup to update a standby

    We have a 2TB Oracle 10g database with a standby and the application that uses it is about to be updated.  We're using cumulative incremental backups with block change tracking to back it up with weekly level 0 backups.  The application upgrade will be making a lot of changes (several hundred GB) and we have stop the standby during the upgrade process as a quick way to get back (we don't have the space for a flashback recovery) in the event that there are issues with the upgrade.  We can just let the archivelogs back up and get them over to the standby and applied once they decide they like the upgrade but, it looks like it would be simpler and perhaps quicker to use an incremental backup to update the standby.  I probably won't but, If we do that, it looks like we can turn off archivelogs in the primary and not deal with them at all.  I've never tried this but, I do have some questions.
    Does it make sense to take this approach?
    If we were to turn off archivelogs in the primary, would that have any effect on block change tracking?  I don't see why it would but, had to ask.  Of course, we would turn archivelogs back on and take a level 1 backup after the upgrade.
    Thanks in advance for the education.

    Funny you should mention that rolling upgrade,  I'm actually planning to do that in another environment.  My testing says it works pretty well and I'll be able to move a 400GB database to new hardware and upgrade it to 11g with very little downtime.  However, in this case, the database is not being upgraded.  The application is.  It's just that, as part of that upgrade, there are a lot of updates and I'd just as soon not deal with the archivelogs for that. Here's what I was thinking about:
    Set logs shipping to defer in the primary.
    Stop log apply in the standby.
    Turn off archivelogs in the primary.
    Do the application update.
    If they like the results, turn archivelogs back on in the primary.
    Take an rman incremental backup from scn in the primary.
    Apply the incremental backup to the standby.
    Start log log apply in the standby.
    Start log shipping in the primary.
    The process for getting and using the incremental is described here:
    http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmdupdb.htm#BGBCEBJG
    This isn't your regular incremental backup.
    So, am I the only crazy one?  Has anyone else tried this?

  • Time Capsule VERY slow ethernet back-up on my iMac

    Hi anyone who can help....I'm getting really frustrated with Time machine
    It seems quite afew people are experiencing problems with TC....
    BUT they all seem to have different issues. Mine is simple.
    As a wireless network it works just fine, last weekend i had some friends over and we had 4 laptops going at once - speed was fine
    Backing up - My G4 powerbook works FLAWLESSLY, backing up wirelessly.
    BUT...My G4 iMac (connected directly via ethernet cable) hasn't been able to do a back-up since got it. It gets stuck on preparing or takes day's (Yep DAY's) to do a few 100 MB.....
    Obvoiusly the TC is working, but not the wired connection. I can't try my iMac wirelessly, as it doesn't have an airport card
    ANY suggestions? Oh and I don't have any virus software installed

    Andrew,
    *_Slow Time Capsule Transfer Via Ethernet_*
    *Disable Anti-Virus Software*
    “Using virus scanning software can make Time Machine backups very slow. If you use Norton Antivirus 10 AutoProtect or a similar product, try turning it off during backups.” [http://docs.info.apple.com/article.html?path=Mac/10.5/en/15140.html]
    *Create An “Ethernet Only” Location*
    While you are physically connected to the Time Capsule via ethernet you may still be experiencing slow data transfer speeds because your Airport network is still active and taking priority.
    Connect one end of a Cat-5 Ethernet cable into one of the LAN ports of the TC (<•••>) NOT to the WAN port (wheel icon). Connect the other end to your Macs ethernet port.
    Next, go to System Prefs --> Network.
    At the top of the window note what “Location” you are currently using, as you will need to return to this setting later.
    Now, change “Location” to “Edit Locations”.
    Click the “+” button and create a new location named “Ethernet Only”.
    Click “Done”.
    In the Services Pane on the left, eliminate all other services using the “-” button leaving “Ethernet” only. If you choose to leave other services listed then al the very least move Ethernet to the top of the list using the Action Menu (gear button) at the bottom and "Set Service Order".
    Verify that “Configure” says “Using DHCP”.
    Click "Apply" in the lower right.
    You should be seeing an assigned IP Address and the Status should say “Connected”. The dot beside “Ethernet” should be green.
    Now begin your backup or transfer of files.
    You should still have internet access during this period.
    Once the backup/transfer is complete, remember to change the Network Prefs “Location” back to “Automatic”, or whatever setting it had originally been, to restore Airport connectivity.
    *Adjust Ethernet Speed*
    Open Network Preferences.
    With Built-in Ethernet selected on the left, click "Advanced" in the lower right.
    Click "Ethernet" tab on the far right.
    What is selected beside "Speed"?
    Try changing this setting and see if it makes a difference.
    Next launch Airport Utility.
    Select the Time Capsule on the left.
    Click “Manual Setup”.
    Select “Internet” from the toolbar.
    Click “Internet Connection” tab.
    Near the bottom verify that “Ethernet WAN Port” is not set to a slower speed. Either choose “Automatic” or the fasted speed available.
    If you have made any changes, click “Update”.

    *Slow Full Backup After Restore*
    Try either deleting the “old” backup disk image or copying it to another disk. Then start the “new” full backup again. Some users have experienced improved speed when the “old” disk image was removed from the backup disk.
    Let us know if this was helpful.
    Cheers!

  • Incremental BACKUP to resolve large gap in Data Guard

    Hi, all,
    We run into a situation that standby database was shutdown for a long time and had a large gap between the primary and standby. I am interested in the idea to use incremental backup from primary db to resolve the gap. Does anyone know the procedure to do the work? Our environment is Oracle 10g RAC R2 on both primary and standby, ASM. Any suggestions are highly appreciated. Thanks in advance

    Check Using RMAN Incremental Backups to Roll Forward a Physical Standby Database.

Maybe you are looking for

  • Can you help me return a MacBook Air that I found to the owner?

    I found someone's Mac Book Air.  Can you help me determine the owner so that it can be reunited?

  • How Do I Back Up Movies And Music I Download?

    I usually will download Movies and Music onto my Mac and then sync it up with my iPad and iPod. How do I make sure all my Movies and Music are backed-up from my Mac? Does Time Machine back this stuff up? Thanks!

  • TDS in MIRO

    I have paid advance to vendor at the time of raising PO. On this amount TDS is deducted. At the time of invoice verification MIRO the TDS should be deducted on the balance amount not the full amount of PO. For example the PO value is RS 10000/-. I ha

  • OpenJPA  issue in weblogic 10.3...?

    Please see the post here... JPA Metadata issue/ Weird Column error or bug in openjpa ...? thanks vr

  • Black to white gradient?

    I am following a tutorial and need to select a fill for a shape and choose the Black to White Gradient swatch from Gradient Panel 1. I do not seem to have the black to white gradient. I only see the fade to black gradient swatch. Is this the same thi