RMAN backups running slow with Catalog , Running fine using control file.

I am facing a weird scenario
RMAN backups are running fine with Control file but are failing using Catalog
There are other databases configured on the same catalog and they are running fine leaves us to suspect this is issue with Database.
Can you please suggest what need to be checked in such scenario
DB: 11.2.0.2
OS: Aix 6.1
Catalog : 11.2.0.2

Hi,
Basically its not only with backups, simple list incarnation also taking a lot of timeDo sql tracing on your catalog session and target db session while running the 'list incarnation' command for your problem dbs and a normal dbs.
Regards,
Tycho

Similar Messages

  • RMAN backups are slow with TSM

    Hi,
    I encountered a problem using RMAN with TSM to backup a database. It seems that the RMAN channel doesn't use the entire bandwidth to the TSM (or whatever) and is idle most of the time. This makes the database backup really slow.
    As a comparison, we backup also filesystem and SQL Server, they both use very few channels and each channel backup about X5 more data per second than Oracle. For example, SQL Server uses 5 channels to the TSM, and we get a total of around 100MB/s. When we configure Oracle to backup using 5 channels we get about 20MB/s and we see that the SQL Server is writing to the TSM all the time while Oracle is idle a large portion of the time.
    Any ideas? Known configuration issues?
    I hope I'm clear about the problem.
    Thanks,
    Liron

    Hi,
    Thanks for everybody for your responses, I'll try to sum the answers here:
    1. Yes, we backup the filesystem, and everything works fine. The problem is only with RMAN backups
    2. Resources are not an issue, it happens on strong and weak servers (and several O/S as well)
    3. Database versions are not the issue, it happens on 10.2 as well as 11.2
    My feeling is that this has something to do with the integration, either oracle setting or TSM setting, but I can't be sure until I solve this.
    For those of you who backup with TSM, did you notice that filesystem / SQL Servers are being backed up faster? Did you check the Oracle wait events and TSM status while you run the backup?
    Thanks
    BTW Girish, great comment, I wish I had all the answers... :)

  • Slow rman backup and slow database

    Hello all,
    Whenever I run rman backup to sbt_tape, the complete database becomes slow. Also RMAN takes more than 12 hours to complete.
    RMAN script is:
    run {
    allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
    sql 'alter system switch logfile';
    backup incremental level 2 tag 'db_level2_backup'
    format'%d/INC2/%t/%s/%p'
    database diskratio=0;
    backup
    format '%d/LOG_INC2/%t/%s/%p'
    archivelog all
    delete all input;
    release channel t1;
    }The AWR shows following "Top 5 timed events"
    Event                                      Waits     Time(s)     Avg Wait(ms)     % Total Call Time     Wait Class
    db file sequential read                    817,467     17,419         21                         28.6         User I/O
    CPU time                                  14,294                              23.5     
    log file sync                            141,642     8,570         61                         14.1          Commit
    enq: TX - row lock contention              3,371     7,171       2,127                          11.8         Application
    log file parallel write                     149,486     5,356         36                           8.8           System I/OWhat can be done? Can anyone tell what wrong is happening here?
    Database is 10.2.0.4
    OS is AIX 5.3
    SGA_TARGET is 6G
    PGA_AGGREGATE_TARGET is 2G
    Total physical RAM is 12G
    EBiz application is running in the same server
    Regards,
    SA

    On my server, we needed to adjust the vmm on aix for oracle to run best. Before I did that it was really slow.
    http://www.ibm.com/developerworks/aix/library/au-aixoracle/index.html
    Specifically these as outlined in the document linked above:
    Listing 3. Changing the default setting for the lru_file_repage parameter using vmo
    root@lpar21ml16ed_pub[] > vmo -o lru_file_repage=0
    Setting lru_file_repage to 0
    root@lpar21ml16ed_pub[] >
    Setting this to 0 tells the VMM that you want to steal only file pages and not computational pages. As this will change if the numperm < minperm or > maxperm, we will make maxperm high and minperm very low. Years ago, before the lru_file_repage parameter was introduced, we used to make maxperm low. If we did this now, we would stop the application caching programs that are currently running.
    Listing 4 shows how we'll set these parameters:
    Listing 4. Setting the minperm, maxperm and maxclient parameters
    vmo -p -o minperm%=5
    vmo -p -o maxperm%=90
    vmo -p -o maxclient%=90
    We also want to take a look at minfree and maxfree. When the pages on our free list fall below minfree, the VMM will start to steal pages, which we don't want to happen until the free list has beefed up the number in maxfree. The values should be similar to the ones shown in Listing 5.
    Listing 5. Setting the minfree and maxfree parameters
    vmo -p -o minfree=960
    vmo -p -o maxfree=1088
    Edited by: user455434 on Oct 12, 2010 1:14 PM

  • RMAN backup for TDPO without catalog not working

    Hi all,
    We have configured IBM tivoli storage for Oracle backup(using RMAN).We did not configure Recovery catalog. Will tivoli support to keep the backups in tape without a catalog?
    OS : IBM AIX 5.3
    Database Version : 10.2.0.4
    Tivoli client version : 5.5.0.0
    Tivoli server version : 5.5.4.0
    oracle API : 5.4.1.0
    Regards.

    Hi Rajesh,
    Thanks for the reply.The script contains the controlfile autobackup option.I have deleted the SBT tape's old backups using RMAN. But the volume space not reduced. This is the script we are using for backup.
    run
    configure controlfile autobackup on;
    crosscheck archivelog all;
    allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/cli
    ent/oracle/bin64/tdpo.opt)';
    #allocate channel t2 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/cl
    ient/oracle/bin64/tdpo.opt)';
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    backup incremental level 1
    filesperset 25
    format 'full_%d.%t.bkp'
    database;
    backup
    format 'arch_%d.%t.bkp'
    archivelog all;
    release channel t1;
    regards.

  • How to RMAN backup in RAC with OCFS

    hi,
    Iam using RAC 10.2.0 in windows 2003 server with OCFS .. i want to take backup using RMAN utility. can any sugest me how take RMAN backup..
    Thanks
    harish

    The only real consideration in RMAN on RAC is a one-off configuration issue as to whether the snapshot controlfile is written to the shared disk or not (it needs to be on the shared disk, or on a location that is common to all nodes, otherwise a backup that includes the control file will fail at the point a node tries to write it to a destination directory that only made sense to another node).
    Otherwise, there's not a lot that's different about an RMAN backup in RAC versus non-RAC.
    Simple answer, as a result: open a DOS window, type rman target /, then type backup database;

  • Rman backup failure, and is generating a large number of files.

    I would appreciate some pointers on this if possible, as I'm a bit of an rman novice.
    Our rman backup logs indicated a failure and in the directory where it puts its files there appeared a large number of files for the 18th, which was the date of the failure. Previous days backups generated 5 files of moderate size. When it failed it generated between 30 - 40 G of files ( it looks like one for each database file ).
    The full backup is early monday morning, and the rest incremental :
    I have placed the rman log, the script and a the full directory file listing here : http://www.tinshed.plus.com/rman/
    Thanks in advance - George
    -rw-r----- 1 oracle dba 1073750016 Jan 18 00:03 database_f734055071_s244_s1
    -rw-r----- 1 oracle dba 1073750016 Jan 18 00:03 database_f734055096_s245_s1
    -rw-r----- 1 oracle dba 1073750016 Jan 18 00:03 database_f734573008_s281_s1
    -rw-r----- 1 oracle dba 1073750016 Jan 18 00:03 database_f734055045_s243_s1
    -rw-r----- 1 oracle dba 524296192 Jan 18 00:03 database_f734055121_s246_s1
    -rw-r----- 1 oracle dba 1073750016 Jan 18 00:03 database_f734055020_s242_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054454_s233_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054519_s234_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054595_s235_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054660_s236_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054725_s237_s1
    -rw-r----- 1 oracle dba 4294975488 Jan 18 00:02 database_f734054790_s238_s1
    -rw-r----- 1 oracle dba 209723392 Jan 18 00:02 database_f734055136_s247_s1
    -rw-r----- 1 oracle dba 73408512 Jan 18 00:02 database_f734055143_s248_s1
    -rw-r----- 1 oracle dba 67117056 Jan 18 00:02 database_f734055146_s249_s1
    -rw-r----- 1 oracle dba 4194312192 Jan 18 00:02 database_f734054855_s239_s1
    -rw-r----- 1 oracle dba 2147491840 Jan 18 00:02 database_f734054975_s241_s1
    -rw-r----- 1 oracle dba 3221233664 Jan 18 00:02 database_f734054920_s240_s1
    drwxr-xr-x 2 oracle dba 4096 Jan 18 00:00 logs
    -rw-r----- 1 oracle dba 18710528 Jan 17 00:15 controlfile_c-1911789030-20110117-00
    -rw-r----- 1 oracle dba 1343488 Jan 17 00:15 database_f740621746_s624_s1
    -rw-r----- 1 oracle dba 2958848 Jan 17 00:15 database_f740621745_s623_s1
    -rw-r----- 1 oracle dba 6415990784 Jan 17 00:15 database_f740620829_s622_s1
    -rw-r----- 1 oracle dba 172391424 Jan 17 00:00 database_f740620814_s621_s1

    george3 wrote:
    Ok, perhaps its my understanding of RMAN that is at fault. From the logs :
    Starting recover at 18-JAN-11
    channel m1: starting incremental datafile backup set restore
    channel m1: specifying datafile copies to recover
    recovering datafile copy file number=00001
    name=/exlibris1/rmanbackup/database_f734055020_s242_s1
    recovering datafile copy file number=00002
    name=/exlibris1/rmanbackup/database_f734055045_s243_s1
    it seems to make backup copies of the datafiles every night, so the creation of these large files is normal ?Above results indicate that you have full (incremental level 0) backup(all datafiles copies ) and there happen update/recover (applying incremental level 1) backup.So there was happen applying */exlibris1/rmanbackup/database_f734055045_s243_s1* inremental backup to full(level 1) backup.And size should be normal
    Why is it making copies of the datafiles even on days of incrementals ?
    Because after getting level 1 backup and need applying and every day will apply one incremental backup.

  • Run Form using Batch file

    Hiii
    how can run a form using batch file (.bat) .. .
    ???

    i forget to say that am using Developer 10g R2 ...
    another question is what should i start when using the batch file other than the
    OC4J instance .....

  • RMAN backups running slow after catalog cleanup.

    Database: Oracle 10.2.0.4 on HP
    I have a catalog database that is the catalog for 4 production databases on different servers. Recently I cleaned up the catalog using below statements in a script and cleaned up old records.
    Crosscheck backup; crosscheck copy;
    Delete force no prompt expired backupset completed before 'SYSDATE - 800';
    Deleted anywhere from 5000 to 15,000 backupsets depending on the database.
    A week later I am noticing that the backups are taking longer than they use to before. No significant change to the size of the databases. Was I supposed to do anything else after cleanup? or any ideas or pointers please??
    Thank you!

    Hi 860412,
    Normallly the overhead of DML on the catalog is not the issue for slow running backups.
    Can you do a test to run a backup without using the catalog and do a resync in a separate step?
    Do you have something like OEM to check the performance of both the catalog and the target during the backup?
    Regards,
    Tycho

  • 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

  • RMAN Backup is failling with "RMAN exited with return code '1' " via tape.

    Hi Everyone,
    Backups are getting failed continously with below error.can you plese suggest me what is problem exactly
    L1_OracleL1_Daily completed
    Failed:  ***-rac-a16-001-vip.*****.dom*
    --- Unsuccessful Save Sets ---
    ** ***-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup savegrp: suppressed 43 lines of output.*
    ** ***-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup*
    ** ***-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup Recovery Manager complete.*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup The backup process failed:*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup RMAN exited with return code '1'.*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup Exiting with error:*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup RMAN exited with return code '1'.*
    ****-rac-a16-001-vip.uidl1.dom: RMAN exited with return code '1'.*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup nsrnmostart returned status of 255*
    ** ***1-rac-a16-001-vip.uidl1.dom:RMAN:/nsr/res/Daily_IncrDB_Backup /usr/sbin/nsrnmobkp exiting.*
    Thanks,
    Prasanth

    Hi Hemanth/imran,
    storage team is shown below error for failure of backup in their log.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-12502: TNS:listener received no CONNECT_DATA from client
    Recovery Manager complete.
    The backup process failed:
    RMAN exited with return code '1'.
    Exiting with error:
    RMAN exited with return code '1'.
    uidl1-rac-a16-001-vip.uidl1.dom: RMAN exited with return code '1'.
    Any changes we need to do
    Thanks,
    Prasanth

  • RMAN backup got failed with the error ORA-19566

    Hi,
    One of database, while taking backup using RMAN, it failed with the following error:
    RMAN-03009: failure of backup command on DISK4 channel at 11/28/2012 09:47:29
    ORA-19566: exceeded limit of 0 corrupt blocks for file <faile_name>
    I used DBV to identify the number of blocks corrupted.
    I referred the Metalink iD 457422.1 & 336133.1. But it did not help since the corrupted blocks have got object in it.
    I could able to find the object as well. it is one of the table in the datafile.
    I used 'ALTER TABLE ... MOVE..' command to see if that helps. But again getting the same error while taking the backup and corrupted blocks still exists.
    DB Version : 10.2.0.5
    OS Version : RHEL 5.6
    Please help me out to get this fixed.

    Here it is:
    SQL> Select * from v$database_block_corruption ;
    FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTION_TYPE
    13 3988352 128 0 ALL ZERO

  • Why is my Macbook so slow with only 29 mb used only?

    My macbook only has 29 mb used up so far and today i had downloaded "tiny umbrella" to help me restore my iPad or whatever but then i didn't really know how to do it as it was asking for installment of java so i just didn't go further and went ahead deleted whatever i had download and installed. but then right after i had done that my laptop was getting really slow. at first i thought it was the internet connection but it wasn't. so i've tried the deleting some things off my computer to looking at the CPU and delete somethings but then its still the same. i turned off laptop and waited 2-3 hours and turn back on, but still same results. so i want to know what i did wrong and how to fix. i regret downloading something i didn't know, but now i need help… thank you. Also i did updated my laptop today too but then its also asking if i wanna upgrade to OX S Mavericks, but i haven't so does that have anything to do with the slowness cause Apple wants me to upgrade?

    Information.
    Activity Monitor – Monitor Performance Problems   
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should

  • Why is Photoshop CS6 extremely slow with the brush tool using Wacom pen?

    Could my wacom tablet be the issue?  The psd processor spins not stop until I pick up the wacom mouse and click on an adjacent layer then back to the layer I was working on.  Then the wacom pen  work with the brush tool.  This seems to happen when every time I  pick up the pen and go back to the brush  tool.

    First, sorry it took so long to reply.  Have been a bit swamped.  What I mean by the psd processor, is the balls that rotate kind of like the SBDO when the app is executing a paint stroke.  So I tried your suggestion, mad a new file 7w x 5d at 72pi, set the brush to 25px at 100% hardness and made a stroke with the wacom pen.  It worked fine.  The issue is working in large files say around letter size at 300dpi or large format graphics for trade shows at 150dpi.  These files can range anywhere from 6ft x 8ft high  to 16ft w x 10 ft h for an example.  So painting in a channel mask or retouching using the brush tool in airbrush mode is painfully slow.  I've found that while this little psd icon is spinning, if I take the wacom mouse, click on an adjacent layer then go back to the layer I was working on and resume with the airbrush, the problem subsides.  It seems this spinning thing happens when I initially start using the brush on a layer or layer mask.  Do you get what I'm trying to explain?

  • Cataloging the datafiles in control file during cloning

    Hi,
    Iam trying to clone a database with around 160 datafiles, evethough there is no issue in cloning process, the catalogging of datafiles is taking very long time after the cloning is complete.
    some times its taking 24 hours and sometime sit completes in 2 or 3 hours.
    i have also done cloning to other databases with around 480 datafiles and it complete to catalog everything in 45 mints.
    The isse seems to be only with this database
    can anyone pleas suggest on this issue.
    Thank you
    Vijay

    some times its taking 24 hours and sometime sit completes in 2 or 3 hours.
    The isse seems to be only with this databaseIs it an issue only with this database OR with this ASM instance ? For example, do you clone / catalog other databases / datafiles in the same ASM ? Do they run faster than this ?
    What is the SGA size for the ASM instance ?
    Does the database in question undergo frequent ADD TABLESPACE, DATAFILE and DROP TABLESPACE executions (that would impact the controlfile and the data dictionary) ?
    Hemant K Chitale

  • Open vi file with specific Labview version using batch file (Windows)

    I want to open certain vi with using Windows batch file and to use specific version of Labview development system. I tried
    "C:\Program Files (x86)\National Instruments\LabVIEW 2012\LabVIEW.exe" "path_to_vi"
    "C:\Program Files\National Instruments\LabVIEW 2012\LabVIEW.exe" "path_to_vi"
    to use 32-bit and 64-bit development systems respectively. However Labview opens file with version which was last used before. Are there any ways to force it use specified version?

    No, it's a VI I wrote so that when I open any VI from Windows Explorer it will open it in correct version of LabVIEW according to it's source version (rather than the latest/last version of LabVIEW I opened). All it does to launch the right version of LabVIEW is to call System Exec with the path to the correct version of the LabVIEW.exe and the path to the VI - which is essentially the same as what your batch file is doing.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

Maybe you are looking for

  • Not Able to use BBC Iplayer

    Still cannot reliably use Iplayer. It has improved but still not correct. Can anyone help. Stats below FAQ 1. Best Effort Test:  -provides background information. Download  Speed 1.97 Mbps 0 Mbps 2 Mbps Max Achievable Speed  Download speedachieved du

  • Opening a .jpeg-file in a folder with Applescript

    I am trying to change the names of .jpeg files into the names of the corresponding music albums in a folder. As far as my knowledge of Applescript goes, the following script should do the job, but it does not open the .jpeg file, i.e. document 1 tell

  • SelectAll and setCaretPosition methods in textcomponent class

    One of my project requirement is to highlight the text when it is being typed in a text field. I am trying to do using selectAll method of text component but it sets the caret position to 0. Also if I set the caret position to end of text, the select

  • Deploying Application in OC4J 1013 using Ant

    Hello All I am trying to deploy my application in OC4J 1013 container using Ant. I am getting /view/webappdev3_cruise_view/vobs/Apps/eTA/build_deploy_appl.xml:26: Execute failed: java.io.IOException: /oracle/apps/product/dev/sso/1013/opmn/bin/opmnctl

  • Fi Document from MM movement

    Hy Expert, by which transaction I can find the determination of FI document starting from MM movement? Thanks. Bye