Problem with rman backups

We upgraded, the rman catalog due to the following error:
PL/SQL package RMAN.DBMS_RCVCAT version 11.02.00.01 in RCVCAT database is not current PL/SQL package RMAN.DBMS_RCVMAN version 11.02.00.01 in RCVCAT database is not current
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of sql command at 01/17/2011 21:00:36
ORA-03114: not connected to ORACLEWe registered our database on the catalog again
problem we have now is that our backup fails with the following errors:
RMAN> connect target *
2> connect catalog *
3>
4> run {
5>      crosscheck archivelog all;
6>     }
7>
connected to target database: MAC (DBID=710471977)
connected to recovery catalog database
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of crosscheck command at 01/20/2011 06:00:29
ORA-03114: not connected to ORACLEany suggestions, as to how we can fix these errors

Must this be done fron the local machine where my backup scripts reside..
or must it be done on the catalog server?????
I ran the crosscheck command from the local machine without connecting to the catalog
here are the eroors I received:
oracle $ rman
Recovery Manager: Release 11.2.0.2.0 - Production on Thu Jan 20 11:42:42 2011
Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
RMAN> connect target /
connected to target database: MAC (DBID=710471977)
RMAN> run{
2> crosscheck backup COMPLETED AFTER 'sysdate-1';
3> }
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of crosscheck command at 01/20/2011 11:43:48
RMAN-12010: automatic channel allocation initialization failed
ORA-03114: not connected to ORACLE
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
ORA-03114: not connected to ORACLE
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of crosscheck command at 01/20/2011 11:43:48
RMAN-12010: automatic channel allocation initialization failed
ORA-03114: not connected to ORACLE

Similar Messages

  • Problem with RMAN incomplete recovery

    Oracle Version: 9i
    Operating System: Windows 2000
    I have a problem with RMAN incomplete recovery until sequence.
    According to my database structure ............
    SQL> SELECT GROUP#,SEQUENCE#,THREAD# FROM V$LOG;
    GROUP# SEQUENCE# THREAD#
    1 14 1
    2 13 1
    3 12 1
    I took the backup of backup of full database using RMAN and i am trying to recover like this:
    RUN
    ALLOCATE CHANNEL C1 TYPE DISK;
    SET UNTIL SEQUENCE 7 THREAD 1;
    RESTORE DATABASE;
    RECOVER DATABASE;
    ALTER DATABASE OPEN RESETLOGS;
    BUT i am getting a message saying there is no backup of DATAFILE 1,2,......10 to restore although my database is in archivelog mode and i took a backup.
    Yachendra

    Please consult v$backup_datafile.
    It will tell you when the file was backed up.
    RMAN will always search for a datafile backup prior to the logsequence or whatever is limiting the incomplete recovery.
    Likely when you made your backup Oracle was already past sequence 7.
    Sybrand Bakker
    Senior Oracle DBA

  • I have an iMac OS X 10.6.8 and have problems with the backup Disk for Time Machine disconnecting itself with the message that I ejected it improperly.. It ejected itself - why?

    I have an iMac OS X 10.6.8 and have problems with the backup drive to Time Machine ejecting itself and so does not automatically backup the way it is meant to do. It is connected with an USB cable to my iMac. What could cause this - malfuntioning drive?

    The "iLife" apps are not part of any Mac operating system install and are a separate purchase.
    Once you get past 10.6.6 you can purchase and download iPhoto, GarageBand and iMovie. iWeb and iDVD have been discontinued.
    Snow Leopard 10.6.6 and higher include the App Store application which is what you use to purchase Lion.

  • Backup Error - 0x810000E4 Windows Backup has encountered a problem with the backup catalog

    Dear all,
    I'm trying to backup my files onto a 2TB big external USB disk. My computer is Dell Latitude E4300.
    When I run the backup, it runs normally but ends with this error:
    0x810000E4 Windows Backup has encountered a problem with the backup catalog
    When checking the zip files on the USB drive, it seems that only some of the files have been backed up. The same confirms the restore option when I browse the files in the backup.
    When I start the backup again, it continues - i.e. acknowledges the files already there and backs up a additional files but again fails after some time.
    Any ideas please.
    Thank you,
    Tomas

    Hello Tomas,
    This is not expected.
    Could you please collect the backup failure traces from %windir%\Logs\WindowsBackup and send them to my mail-id -
    [email protected] (pl. remove -nospam phrase from the id to get the correct one).
    Thanks,
    Sriram [MSFT]
    Sriram [MSFT]

  • Time machine backup problem with company backup.

    I have serious problems with making backups of our company computers by Time Machine.
    We have Synology NAS with Time Machine Support. When I made setting for Time Machine backups (users, shares, quotas, etc. ) ewerything worked fine. All Time machines uses one directory, that appears on the network like a Time capsule. Machines have their own accounts with quotas etc. After a few days started many problems. Some Time Machines has missed their target sparsebundles and unsuccessfully tried write into some others. After Time Machine restart and new manual setting problem persisting. Only successfull solution is complete remove all affected sparsebundles (miss all older backups) and make new ones. This problems appears on many different computers with various OSX version 10.6 - 10.8.
    Can you help me with this problem?

    I have used OS X Server on an Xserve and gained the impression that it did little that OS X would not do. Earlier versions had a fairly easy to use GUI but as it developed it became more tedious and unreliable than using OS X on the same hardware. It was far from cheap for unlimited users even with educational discounts.
    At one time OS X Server was more advanced than the same version number OS X - about half a version ahead.
    I am not saying that it may not be faster to set up if you have had previous OS X Server experience but it is a steep learning curve after only OS X experience. The average user would get there faster with one of the many tutorials on the web about using OS X as a server.
    At one time OS X Server had a security bug in that it confused FTP root with machine root under some conditions leaving the whole disk open to the public.

  • Create standby DB with RMAN backup in Oracle 9.2.0.6

    I am tring to create a standby DB in different host with different directory using RMAN. The commandv with which I tried to create the standby database is the follow:
    (in the primary server side)
    RUN
    ALLOCATE AUXILIARY CHANNEL DUP1 TYPE DISK;
    DUPLICATE TARGET DATABASE FOR STANDBY
    NOFILENAMECHECK
    DORECOVER;
    but RMAN give me this error:
    Starting restore at 18-FEB-08
    channel DUP1: starting datafile backupset restore
    channel DUP1: restoring controlfile
    output filename=/opferi/oradata/oradata01/data01/cntrl01.dbf
    released channel: DUP1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/18/2008 17:57:20
    RMAN-03015: error occurred in stored script Memory Script
    ORA-19505: failed to identify file "/opferi/oracle/product/9.2.0/dbs/l4j9127p_1_1"
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    The standby database is in a different host with the same directory structure. I started (with nomount option) with the same init file that the primary database.
    I read solution like the backupset must be copied manually to the standby host, but for me is not a solution.
    The RMAN backup script is the follow (like
    RUN {
    CROSSCHECK BACKUPSET;
    DELETE NOPROMPT OBSOLETE;
    DELETE NOPROMPT EXPIRED BACKUPSET;
    crosscheck archivelog all;
    ALLOCATE CHANNEL ch00 TYPE disk;
    BACKUP
    $BACKUP_TYPE
    FORMAT '/rman/opferi2/df_sipd_%d_%u_%s_%p'
    DATABASE INCLUDE CURRENT CONTROLFILE FOR STANDBY;
    sql 'alter system archive log current';
    backup format '/rman/opferi2/archive_log_%d_t%t_s%s_p%p' (archivelog all);
    RELEASE CHANNEL ch00;
    when $BACKUP_TYPE=0
    Can anyone help my with this problem?? Thaks
    Cristian.
    PS. Sorry my bad english because I am from Latin America

    Requirements are:
    1 the backup should be accessible to both target and auxiliary database in the same location.
    2 On Unix this can be arranged through NFS, provided you set the read and write buffer to 32k.
    Obviously the backup can not be located in $ORACLE_HOME/dbs, as you can not mount a NFS directory over $ORACLE_HOME/dbs without loosing functionality.
    Hth
    Sybrand Bakker
    Senior Oracle DBA

  • Problem with RMAN on Oracle8.1.7 on Redhat Linux 6.2

    Hi, does anyone who is using Oracle with the configuration listed below having problems running RMAN?
    - Redhat 6.2 with kernel upgraded to 2.2.16-3
    - Oracle 8.1.7 EE for Linux
    I don't seem to be able to start RMAN even though I have enable LARGE_POOL_SIZE in the parameter file.
    Whenever I type rman at the prompt, it just hangs!
    If I issue rman catalog rman/rmancatdb, it will return with an error saying can't connect to catalog.
    I got these messages when creating the recovery catalog for the 1st time.
    I suspect its the rman executable that is playing pranks with me. I even issue "relink all" and still can't run rman.
    If anyone know a solution to this please reply. Thanks.

    Hi there,
    Its funny...I found a solution to my problem from oracle metalink.
    if anyone face the same problem you can see the solution here.
    The solution is....check your PATH in .bash_profile
    Make sure the $ORACLE_HOME/bin is specified before the $PATH so that it can call the right Oracle rman executable. This is becoz Linux has a command by the same name rman.
    The Oracle metalink explanation is below.
    On typing rman at the command prompt, the process goes for a hang. The rman utility
    is not invoked nor there is any error message displayed at the prompt.
    If the user types rman -h , then the following error message appears on the
    screen:
    rman
    [-f <ASCII|roff|TkMan|Tk|Sections|HTML|SGML|MIME|LaTeX|LaTeX2e|RTF|pod>]
    [-S(ource of man page passed in)] [-F(ormatted man page passed in)]
    [-r <man reference printf string>] [-l <title printf string>]
    [-V(olume) <colon-separated list>] [-U(RLs as hyperlinks)]
    [-b (show subsections)] [-k(eep head/foot)]
    [-n(ame of man page) <string>] [-s(ection) <string>]
    [-p(aragraph mode toggle)] [-t(abstops spacing) <number>]
    [-N(ormalize spacing, changebars)] [-y (zap hyphens toggle)]
    [-K (declare that page has no breaks)]
    [-d(iff) <file> (old version of page source to incorporate)]
    [-M(essage) <text> (included verbatim at end of Name section)]
    [-R(ebus words for TkMan)] [-C (enable Tcl/Tk formatting)]
    [-o (no op)] [-O <arg> (no op with arg)]
    [-q(uiet--don't report warnings)] [-h(elp)] [-v(ersion)]
    [<filename>]
    Solution Description
    Find out which rman utility is invoked by typing ,
    'which rman' at the command prompt.
    Ensure that the correct utility is invoked from $ORACLE_HOME/bin directory.
    Explanation
    In linux, there is a OS utility called rman. This utility is used for formatting
    purposes.This resides in the /usr/bin directory.
    If the ORACLE_HOME is not set properly or the PATH variable contains ORACLE_HOME/bin
    at the end instead of beginning, then the rman utility provided by oracle is
    not invoked.Also, no error message is thrown out, since there is another utility
    by the same name.
    When the environment variables are properly set, then the correct utility is
    invoked from the $ORACLE_HOME/bin
    Good Luck to whoever needs this solution.
    null

  • How to create new database with rman backup

    hi,
    i took a rman backup with nocatelog. can i make a new database with that rman backup.
    if yes then how ? i m using oracle 9i.
    thxs

    'NEW' doesn't seem to be the right word here, but you can DUPLICATE (clone) an existing database or restore it to a new host:
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96566/toc.htm
    Werner

  • Problem with full backup with copy only in maintenance plan sql server 2008

    Hello
    I am starter DBA for sql server in general
    I have problem related to backup with maintenance plan in sql server 2008 and 2008 r2
    I created maintenance plan to take full back up  with copy only option checked, but when I check the back up in backupset table is_copy_only column it shows 0 for databases that I run job for.
    I did the same steps on sql server 2012 and I checked backupset table is_copy_only column it shows 1 for databases that I run job for .so it works as it should be
    Note: all the servers I mention here are production servers 

    Copy-only Backup  by using GUI ( SSMS) in SQL Server 2008 but it was not available in  Maintenance Plan "Back
    Up Database Task". Now in SQL Server 2012 It is included in "Back Up Database
    Task". 
    http://sqlage.blogspot.in/2013/06/dba-maintenance-plan-back-up-database.html

  • Problems with OLR backup

    Hi,
    I have some problems with my olr backup. It is a single instance, not a rac. My OS user is GRID.
    Thanks for helping me, thanks a lot.
    > -- /oracle/grid/product/11.2.0/grid/bin/ocrconfig -local –manualbackup
    Name:
            ocrconfig - Configuration tool for Oracle Cluster/Local Registry.
    Synopsis:
            ocrconfig [option]
            option:
                    [-local] -export <filename>
                                                        - Export OCR/OLR contents to a file
                    [-local] -import <filename>         - Import OCR/OLR contents from a file
                    [-local] -upgrade [<user> [<group>]]
                                                        - Upgrade OCR from previous version
                    -downgrade [-version <version string>]
                                                        - Downgrade OCR to the specified version
                    [-local] -backuploc <dirname>       - Configure OCR/OLR backup location
                    [-local] -showbackup [auto|manual]  - Show OCR/OLR backup information
                    [-local] -manualbackup              - Perform OCR/OLR backup
                    [-local] -restore <filename>        - Restore OCR/OLR from physical backup
                    -replace <current filename> -replacement <new filename>
                                                        - Replace a OCR device/file <filename1> with <filename2>
                    -add <filename>                     - Add a new OCR device/file
                    -delete <filename>                  - Remove a OCR device/file
                    -overwrite                          - Overwrite OCR configuration on disk
                    -repair -add <filename> | -delete <filename> | -replace <current filename> -replacement <new filename>
                                                        - Repair OCR configuration on the local node
                    -help                               - Print out this help information
    Note:
            * A log file will be created in
            $ORACLE_HOME/log/<hostname>/client/ocrconfig_<pid>.log. Please ensure
            you have file creation privileges in the above directory before
            running this tool.
            * Only -local -showbackup [manual] is supported.
            * Use option '-local' to indicate that the operation is to be performed on the Oracle Local Registry.

    Do you know which command is running to generate those log entries? Is it:   ocrconfig -local –manualbackup
    That command works just fine for me:
    [root@myhost01 bin]# ./ocrconfig -local -manualbackup
    myhost01     2014/03/11 11:15:21     /u01/app/crs11.2.0.3/cdata/myhost01/backup_20140311_111521.olr
    myhost01     2013/05/08 18:53:35     /u01/app/crs11.2.0.3/cdata/myhost01/backup_20130508_185335.olr
    I am on 11.2.0.3.
    Cheers,
    Brian

  • Rescue and Recovery - problem with sceduled backups

    hello,
    I use XP on a T61, with all latest updates...
    It seems R&R does not complete sceduled backups or does not list the generated backup.
    today (sceduled every 1st of month) it started and works, may be 1 hour, but no new entry in the list of backups was generated ? during run no messages were displayed except because of some files which were not able to save by r&r. 
    It seems, same problem was on 1 of january - no backup or/and no entry in list.
    So I started another backup manually. this was ok and a now an new entry is in the list.
    Does anybody have an idea ?
    Could it be a problem with Norton Antivirus Protection ?
    thank you for any help!
    Hans

    sorry i forget to mention that i an using  thinkpad T400. 

  • Problem with RMAN.

    Hi, i worked with Oracle Database 10g Express Edition, my problem is the execute the Backup utility, display the message error:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: fallo del comando backup en el canal ORA_DISK_1 en 08/17/2008 15:30:
    01
    ORA-19566: se ha excedido el lÝmite de 0 bloques corruptos para el archivo C:\OR
    ACLEXE\ORADATA\XE\SYSTEM.DBF
    Recovery Manager terminado.
    ==================== ERROR =============================
    Backup of the database failed.
    RMAN Error - See log for details .
    Log file is at C:\ORACLEXE\APP\ORACLE\PRODUCT\10.2.0\SERVER\DATABASE\OX
    E_BACKUP_CURRENT.LOG.
    ==================== ERROR =============================
    Roberto.

    Have you reviewed:
    RMAN-03009: failure of backup command; ORA-19566: exceeded limit of ...
    HTH,
    Scott

  • Your iPhone cannot be restored because there is a problem with your backup data. Choose a different backup to restore from.

    I was receiving this error while trying to restore my new iphone 5 from my iphone 4s backup file over the icloud.
    I finally figured out the solution after HOURS of working with both ATT and Apple.  Both were as helpful as possible and after speaking to an Apple Sr Tech we discovered I received this error because my backup file was corrupt.
    His suggestion was an obvious suggestion of deleting this backup file and recreating the backup.  So I deleted the backup and began to recreate the backup on my 4s (now I was lucky in that I was upgrading my other line and still had my 4s available to me to play with), during mid backup my backup would stop and have at the bottom of the screen that the backup wasnt complete (and also that "Last Backup: Never") even though I could see backup data was saved.  This was the same problem I had initially, not having a complete backup for my iphone 5 to restore from (Your phone will not restore without a complete backup file).
    I did some further research and found that because I had the FACEBOOK app on my previous iOS5 and upgraded to iOS6 (iphone 4s) it for wahtever reason would cause the backups to become corrupt or incomplete.  So I deleted the FACEBOOK app from my 4s and reset the phone, after I started it back up I deleted the incomplete backup file again for my 4s and then began the backup once again.  This time the backup completed perfectly and I was able to now go to my iphone 5 and restore all my apps, etc.
    Hope this helps someone else!

    baffronti youre a freaking genius!!!  Thank you so much for saving me hours of troubleshooting, talking on the phone, and googling and reading all night.  You da mann!!!  **** Facebook

  • BR0231E Problem with Legato bACKUP utility

    Hi,
    I'm try to restore my database with brrestore and I'm get the following error:
    BR0280I BRRESTORE time stamp: 2008-03-02 10.12.16
    BR0229I Calling backup utility with function 'restore'...
    BR0278I Command output of 'E:\usr\sap\DOP\SYS\exe\run\backint.exe -u DOP -f restore -i E:\oracle
    \DOP\sapbackup\.rdxjtccy.lst -t file -p E:\oracle\DOP\920\database\init.off.DOP.utl':
    BR0375E Backup utility has reported an error while restoring file M:\ORACLE\DOP\SAPDATA10\BTABI_
    7\BTABI.DATA7
    BR0280I BRRESTORE time stamp: 2008-03-02 10.16.24
    BR0279E Return code from 'E:\usr\sap\DOP\SYS\exe\run\backint.exe -u DOP -f restore -i E:\oracle\
    DOP\sapbackup\.rdxjtccy.lst -t file -p E:\oracle\DOP\920\database\init.off.DOP.utl': 2
    BR0374E 0 of 1 file restored by backup utility
    BR0280I BRRESTORE time stamp: 2008-03-02 10.16.24
    BR0231E Backup utility call failed
    I' have windows 2003 + SAP 4.7 Oracle 9.0.2
    Please help
    Edited by: Luis Minaya on Mar 2, 2008 3:55 PM

    Hello,
    Legato log files might tell you more about the root cause.
    And here's just a guess: Files permissions have to be considered as well. Did you do backup and restore as the same operating system user? If users are different, then different permissions may be a problem.

  • Can anybody help with problems with Mail & Backup, please?

    Hi, yesterday, for some reason, a problem developed with Mail.
    Without me changing anything, while it will send and receive e-mails through my Apple account, it has stopped downloading emails from my BT account, which previously worked fine.
    It keeps trying to log on to collect them (the rotating gear wheel beside the account operates) but nothing downloads. It is not the BT account which is at fault, since my iPhone, which is synched to the computer, downloads them fine.
    Also, while I had been regularly getting advice from Backup that my storage disk was full and it was deleting an old backup, today Backup has told me that the disc is full and the backup has failed.
    I cannot see anything in Settings which could obviously account for these changes.
    i am a pretty new Apple user (a conversion I cannot claim has been a great success so far, and I would be grateful for any help you can provide.
    Many thanks,
    Neil

    Export the folders/mailboxes and put them in the other users Public folder or go to the hard drive level user and put them in the Shared folder. You may have to reset permissions using Get Info (command - I). The other user can them import them.

Maybe you are looking for

  • ORA-00313: open failed for members of log group 4 of thread 2

    Hi. i have found the below error in one of RAC instance.Could you please advise on this since i am new to RAC env ORA-00313: open failed for members of log group 4 of thread 2 ORA-00312: online log 4 thread 2: '+NEWDISK_GROUP/DEMO/onlinelog/group_4.1

  • HANA DB - Sizing Script as per the note 1514966

    I am trying to execute the HANA sizing report to get an estimated required size for HANA as per the note 1514966. the report can be executed in two ways The scripts can be used in two different modes:                     - without parameter: the name

  • How to run Speedy 33 with labVIEW 8.5 core software, Please send procedure.

    Dear Sir              Wish u Happy New year (2010). I need a technical support for Speedy33. We have purchased NI speedy 33 h/w setup on 5/11/2008 from Tridet Techlabs Pvt. Ltd. Now we have got new(virtual Instrumentation) lab. when we purchased NI s

  • Scanning Broken after latest Mavericks update

    Hello; After updating Mavericks to latest revision, my Epson Workforce 840 scanning functions are broken... Image Capture, doesn't operate the scanner properly, other applications that use Image Capture to operate the scanner, do not work... Very hob

  • Reinstalling mac os x 10.5 and not havving leopard

    Hi, im new with mac. This is my situation I bought a Macbook that cam already installed with leopard. I had to reinstall it and did it with the two disks that came with the mac. Now, after doing this, leopard didnt install. Do i have to download it f