Help on failing RMAN backup please.

I have setup a nightly backup with the following script.
run {
allocate channel oem_backup_disk1 type disk format 'd:\mad3_nightly_backups\%U';
backup incremental level 1 cumulative as BACKUPSET tag 'MAD3_CUMULATIVE_BA_040506080003' database include current controlfile;
recover copy of database;
backup as BACKUPSET tag 'MAD3_CUMULATIVE_BA_040506080003' archivelog all not backed up delete all input;
report obsolete;
crosscheck backup;
crosscheck copy;
report need backup;
report unrecoverable;
release channel oem_backup_disk1;
But everytime I try to run this via OEM's nightly backup shedule, I get the error in the log below. But not able to identify what is causing the problem.
My database is currently about 300GB.
DB_RECOVERY_FILE_DEST_SIZE = 2GB
FLASHBACK_ON = NO
Shoud I try and increase the DB_RECOVERY_FILE_DEST_SIZE? If so to what? I would appriciate any help guys. Thanks.
channel oem_backup_disk1: starting incremental level 1 datafile backupset
channel oem_backup_disk1: specifying datafile(s) in backupset
input datafile fno=00005 name=+MAD3ASM/mad3/datafile/madattrib.277.586366645
.......SNIPED
input datafile fno=00025 name=+MAD3ASM/mad3/datafile/mmdatalive.419.586257801
input datafile fno=00027 name=+MAD3ASM/mad3/datafile/mmattrindexlive.421.586258381
input datafile fno=00028 name=+MAD3ASM/mad3/datafile/mmattrindexlive.422.586258471
input datafile fno=00026 name=+MAD3ASM/mad3/datafile/mmspindexlive.420.586258363
input datafile fno=00029 name=+MAD3ASM/mad3/datafile/mmdataarchive.423.586258563
input datafile fno=00030 name=+MAD3ASM/mad3/datafile/mmspindexarchive.424.586258581
input datafile fno=00031 name=+MAD3ASM/mad3/datafile/mmattrindexarchive.425.586258599
input datafile fno=00001 name=+MAD3ASM/mad3/datafile/system.256.583260945
input datafile fno=00003 name=+MAD3ASM/mad3/datafile/sysaux.257.583260945
input datafile fno=00002 name=+MAD3ASM/mad3/datafile/undotbs1.258.583260945
input datafile fno=00004 name=+MAD3ASM/mad3/datafile/users.259.583260947
channel oem_backup_disk1: starting piece 1 at 05-APR-06
channel oem_backup_disk1: finished piece 1 at 05-APR-06
piece handle=D:\MAD3_NIGHTLY_BACKUPS\3SHFPDMM_1_1 tag=MAD3_CUMULATIVE_BA_040506080003 comment=NONE
channel oem_backup_disk1: backup set complete, elapsed time: 01:33:55
channel oem_backup_disk1: starting incremental level 1 datafile backupset
channel oem_backup_disk1: specifying datafile(s) in backupset
including current control file in backupset
including current SPFILE in backupset
channel oem_backup_disk1: starting piece 1 at 05-APR-06
channel oem_backup_disk1: finished piece 1 at 05-APR-06
piece handle=D:\MAD3_NIGHTLY_BACKUPS\3THFPJ6P_1_1 tag=MAD3_CUMULATIVE_BA_040506080003 comment=NONE
channel oem_backup_disk1: backup set complete, elapsed time: 00:00:04
Finished backup at 05-APR-06
Starting recover at 05-APR-06
no copy of datafile 6 found to recover
no copy of datafile 7 found to recover
....SNIPED (from 8 to 29)
no copy of datafile 30 found to recover
no copy of datafile 31 found to recover
channel oem_backup_disk1: starting incremental datafile backupset restore
channel oem_backup_disk1: specifying datafile copies to recover
recovering datafile copy fno=00001 name=+MAD3ASM/mad3/datafile/system.392.586209619
recovering datafile copy fno=00002 name=+MAD3ASM/mad3/datafile/undotbs1.395.586209667
recovering datafile copy fno=00003 name=+MAD3ASM/mad3/datafile/sysaux.391.586209645
recovering datafile copy fno=00004 name=+MAD3ASM/mad3/datafile/users.396.586209669
recovering datafile copy fno=00005 name=+MAD3ASM/mad3/datafile/madattrib.768.586383235
channel oem_backup_disk1: reading from backup piece D:\MAD3_NIGHTLY_BACKUPS\3SHFPDMM_1_1
released channel: oem_backup_disk1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 04/05/2006 21:34:30
ORA-19870: error reading backup piece D:\MAD3_NIGHTLY_BACKUPS\3SHFPDMM_1_1
ORA-19809: limit exceeded for recovery files
ORA-19804: cannot reclaim 13904117760 bytes disk space from 2147483648 limit
exit;
Recovery Manager complete.

Take a look at this metalink note: 305812.1
Flash Recovery area - Space management Warning & Alerts: https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=305812.1
SELECT object_type, message_type, message_level, reason, suggested_action
FROM dba_outstanding_alerts;
The following actions can be done to resolve the space issue :
- Add disk space to the Flash Recovery Area.
- Back up your files to a tertiary device.
- Delete the files from the Flash Recovery Area using RMAN.
- Changing RMAN retention policy.
Bye, Aron

Similar Messages

  • Need help in the RMAN backup

    Hi everybody
    What are the steps needed if move the RMAN backup to other location in the OS level
    (ie) every week i have to move the backup to other location

    There are not problem for example:
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\comp>set ORACLE_SID=W
    C:\Documents and Settings\comp>sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.2.0 - Production on Mon Apr 26 14:53:08 2010
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    ERROR:
    ORA-01031: insufficient privileges
    Enter user-name:
    C:\Documents and Settings\comp>sqlplus "sys/sm as sysdba"
    SQL*Plus: Release 10.2.0.2.0 - Production on Mon Apr 26 14:53:15 2010
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> archive log list;
    Database log mode No Archive Mode
    Automatic archival Disabled
    Archive destination USE_DB_RECOVERY_FILE_DEST
    Oldest online log sequence 12
    Current log sequence 14
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 125829120 bytes
    Fixed Size 1288100 bytes
    Variable Size 71305308 bytes
    Database Buffers 46137344 bytes
    Redo Buffers 7098368 bytes
    Database mounted.
    SQL> alter database archivelog;
    Database altered.
    SQL> alter databaseop;
    alter databaseop
    ERROR at line 1:
    ORA-00940: invalid ALTER command
    SQL> alter database open;
    Database altered.
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Pr
    oduction
    With the Partitioning, OLAP and Data Mining options
    C:\Documents and Settings\comp>rman target sys/sm
    Recovery Manager: Release 10.2.0.2.0 - Production on Mon Apr 26 14:55:58 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: W (DBID=754336873)
    RMAN> backup database;
    Starting backup at 26-APR-10
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=144 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\SYSTEM01.DBF
    input datafile fno=00003 name=D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\SYSAUX01.DBF
    input datafile fno=00005 name=D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\EXAMPLE01.DBF
    input datafile fno=00002 name=D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\UNDOTBS01.DBF
    input datafile fno=00004 name=D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\USERS01.DBF
    channel ORA_DISK_1: starting piece 1 at 26-APR-10
    channel ORA_DISK_1: finished piece 1 at 26-APR-10
    piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\2010_04_26
    \O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP tag=TAG20100426T145611 comment=NON
    E
    channel ORA_DISK_1: backup set complete, elapsed time: 00:01:34
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current control file in backupset
    including current SPFILE in backupset
    channel ORA_DISK_1: starting piece 1 at 26-APR-10
    channel ORA_DISK_1: finished piece 1 at 26-APR-10
    piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\2010_04_26
    \O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP tag=TAG20100426T145611 comment=NON
    E
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:05
    Finished backup at 26-APR-10
    RMAN> crossckeck backupset;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "identifier": expecting one of: "allocate, alter
    , backup, beginline, blockrecover, catalog, change, connect, copy, convert, crea
    te, crosscheck, configure, duplicate, debug, delete, drop, exit, endinline, flas
    hback, host, {, library, list, mount, open, print, quit, recover, register, rele
    ase, replace, report, renormalize, reset, restore, resync, rman, run, rpctest, s
    et, setlimit, sql, switch, spool, startup, shutdown, send, show, test, transport
    , upgrade, unregister, validate"
    RMAN-01008: the bad identifier was: crossckeck
    RMAN-01007: at line 1 column 1 file: standard input
    RMAN> crosscheck backupset;
    using channel ORA_DISK_1
    crosschecked backup piece: found to be 'EXPIRED'
    backup piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\201
    0_04_26\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP recid=1 stamp=717346573
    crosschecked backup piece: found to be 'EXPIRED'
    backup piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\201
    0_04_26\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP recid=2 stamp=717346669
    Crosschecked 2 objects
    RMAN> delete expired backupset
    2> ;
    using channel ORA_DISK_1
    List of Backup Pieces
    BP Key BS Key Pc# Cp# Status Device Type Piece Name
    1 1 1 1 EXPIRED DISK D:\ORACLE\PRODUCT\10.2.0\FLASH_R
    ECOVERY_AREA\W\BACKUPSET\2010_04_26\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP
    2 2 1 1 EXPIRED DISK D:\ORACLE\PRODUCT\10.2.0\FLASH_R
    ECOVERY_AREA\W\BACKUPSET\2010_04_26\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP
    Do you really want to delete the above objects (enter YES or NO)? y
    deleted backup piece
    backup piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\201
    0_04_26\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP recid=1 stamp=717346573
    deleted backup piece
    backup piece handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\W\BACKUPSET\201
    0_04_26\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP recid=2 stamp=717346669
    Deleted 2 EXPIRED objects
    now i copy all backup to c:\db
    then
    RMAN> catalog start with 'c:\db';
    searching for all files that match the pattern c:\db
    List of Files Unknown to the Database
    =====================================
    File Name: C:\db\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP
    File Name: C:\db\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP
    Do you really want to catalog the above files (enter YES or NO)? y
    cataloging files...
    cataloging done
    List of Cataloged Files
    =======================
    File Name: C:\db\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP
    File Name: C:\db\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP
    RMAN> list backupset;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    1 Full 592.76M DISK 00:01:26 26-APR-10
    BP Key: 4 Status: AVAILABLE Compressed: NO Tag: TAG20100426T145611
    Piece Name: C:\DB\O1_MF_NNNDF_TAG20100426T145611_5XBRSX1M_.BKP
    List of Datafiles in backup set 1
    File LV Type Ckp SCN Ckp Time Name
    1 Full 947689 26-APR-10 D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\SYSTEM01.
    DBF
    2 Full 947689 26-APR-10 D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\UNDOTBS01
    .DBF
    3 Full 947689 26-APR-10 D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\SYSAUX01.
    DBF
    4 Full 947689 26-APR-10 D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\USERS01.D
    BF
    5 Full 947689 26-APR-10 D:\ORACLE\PRODUCT\10.2.0\ORADATA\W\EXAMPLE01
    .DBF
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    2 Full 6.80M DISK 00:00:04 26-APR-10
    BP Key: 3 Status: AVAILABLE Compressed: NO Tag: TAG20100426T145611
    Piece Name: C:\DB\O1_MF_NCSNF_TAG20100426T145611_5XBRWXG2_.BKP
    Control File Included: Ckp SCN: 947720 Ckp time: 26-APR-10
    SPFILE Included: Modification time: 26-APR-10
    RMAN>

  • Help needed on RMAN backup/recovery

    Hi All,
    I planning to implement the following backup strategy..
    Online hotbackup is taking using RMAN without Recovery Catalog, Instead using controlfile autobackup to the repository. We the following backup schedules
    1. Weekly full backup of database.
    2. Daily Incremental backup with archive logs
    And the backupset files created by the above schedule are stored in tape.
    My Assumption:
    As we are using control file autobackup, whenever i take full/incremental backup. the backup information will be stored in control file and the control files/spfile also will be backed up.
    I did the following:
    1. I have taken full backup(incr level=0) of database in the morning.
    2. After taking the full backup, i did some transactions in one of the table.
    3. Again, i have taken the incremental backup of the database.
    4. All the backup pieces are stored in a tape.
    My Doubt:
    1. Now, controlfile will have information of full backup and incremental backup right?
    2. If i restore the database in a new machine with these backups, both full backup files and incremental backup files are considered?
    Thanks,
    Praveen.

    To answer your questions:
    1. Now, controlfile will have information of full backup and incremental backup right?Yes.
    2. If i restore the database in a new machine with these backups, both full backup files and incremental backup files are considered?YES.
    HTH
    Thanks
    Chandra

  • Help with icloud restoring backup please?

    i had to send my iphone 5c for repair and they sent me a brand new 5c so when i turned it on i had to set the phone up again & I restored a backup from icloud that i backed up on the day just before i sent off my iphone to be repaired  but the backup did not restore my data and history of the games apps i have on my iphone even though i did back up the games!  does icloud not back up the data of games?
    also when i connected my new phone to itunes there was no record of the backup i did on the day i sent off my old phone???

    How the lock works is explained by Find My iPhone Activation Lock and Find My iPhone Activation Lock: Removing a device from a previous owner's account.
    On YouTube you will find some videos helping bypassing the lock and get access to the contacts. With some luck you can contact the previous owner and force him to remove the iPhone from the devices list at icloud.com/find.

  • RMAN backup performance tuning

    Hi All,
    We have oracle 9iR2 two nodes RAC on solaris 9, I am looking for some helpful material on RMAN backup performance tuning, though i went through oracle's official RMAN performance tuning guide, still if there is some really nice material please let me know!
    TIA

    Oracle Material is the best.
    Anyway, the one given below is also a good P&T book.
    http://www.dba-oracle.com/bp/s_oracle_tuning_book.htm
    I am looking for some helpful material on RMAN backup performance tuningTip: Give a good value for large_pool_size buffer for a better RMAN performance. For RAC configure channels on multiple nodes for parallel backup process through RMAN,
    CONFIGURE DEVICE TYPE sbt PARALLELISM 3;
    CONFIGURE DEFAULT DEVICE TYPE TO sbt;
    CONFIGURE CHANNEL 1 DEVICE TYPE sbt CONNECT 'usr1/pwd1@n1';
    CONFIGURE CHANNEL 2 DEVICE TYPE sbt CONNECT 'usr2/pwd2@n2';
    CONFIGURE CHANNEL 3 DEVICE TYPE sbt CONNECT 'usr3/pwd3@n3';
    BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;
    [email protected]

  • Please help me: Failed 8310 OS update to OS 4.5 via Desktop Manager

    Hello BB Community,
    As of this morning, I can't use my Blackberry curve 8310......for anything.
    My problems started just as I was about to do a routine USB cable sync between my BB and Outlook.
    I was informed by Desktop Manager v 4.7 that OS 4.5 is available.
    I delayed the sync, and start the update process.
    Everything............. except my BB restart and data reload.......... completed flawlessly.
    Then a message says the update has failed, & the entire thing halts.
    So, I wait a while then pull the USB cable & turn off the BB.
    Turn on......the result was hourglass & white screen.
    Removed & replaced battery....result was hourglass & white screen.
    Restarted PC and connected BB...........result was hourglass & white screen & Desktop Manager does not recognise BB Connection, but Windows XP sees BB media minus folders.
    Reinstalled Desktop manager....... still not recognising BB USB connection on the main screen.
    Even though I have all the information saved in Outlook, I am getting desperate.
    QUESTIONS:
    Is there anything I can do to get my BB curve 8310 operational again?
    Should I consider reloading an OS?
    My phone is unlocked, so not sure if trying to download and reinstall an OS will LOCK the phone.
    The unit's previous startup screen used to show a T-Mobile image.
    Should I download the UK T-Mobile OS upgrade?
    Blessed Regards,
    2121311berry

    Good luck, this will work... I have done it many times.
    Be patient with JLCmder. If it does not work at first, keep trying, I have seen it take 20-25 tries before it "connected".
    Try it with and without the battery inserted if you must.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • RMAN backup is getting failed after oracle 11g upgarde (11.2.0.2)

    Hi Basis Expert,
    We have done oracle 11g ugrade (11.2.0.2) in our Dev BI system.
    But after the upgrade the RMAN backup is failing. The backup use to work fine when we were on 10g (10.2.0.4).
    Has anyone face this issue earlier.
    Appreciate your help.
    Regards,
    Anil Shenoy

    Hello Anil,
    Syntax is -
    ln -s /path/to/original/ /path/to/linkName
    Output will be -
    linkName --> original
    In your case, 112_64 is the link name according to above SAP Note and 11202 is the original/physical path. So, the command should be -
    ln -s /oracle/<DBSID>/11202 /oracle/<DBSID>/112_64
    And the Result should be, 112_64 --> 11202 (in short)
    So, I think you should change the existing link, 11202->112_64
    Thanks

  • Oracle 9i RMAN backup filling up all disk and failing at the very end

    Hello to all and thank you in advance for any input from any of you.
    I am new in oracle and the only one in my company with a little bit of oracle knowledge, which is not a whole lot.
    I inherited a few servers (Linux and Windows based). We mostly run all our production environment on a Linux box hosting oracle 10g release 10.2.0.1 but we had a legacy application server that still runs on 9i release 9.2.0.1.0. This server is a windows 2003 box, the previous DBA or someone else with admin rights to this machine compressed the whole drive where oracle resides, when I started summarying the oracle assets, I saw this server with no backups scheduled and a compressed disk with very limited space after this compression, only 13 GB left, the database if uncompressed would definitively filled up all the disk. The machine is in used and cannot be taken down for more than a couple of hours. We tried adding another disk but the machine only accept it as a hot spare. The database is in archive mode, when I tried to run a RMAN backup, it start filling up the database drive until it's empty and it crashes the whole machine, it seems like the buffer is growing and growing until it fills up the whole drive. The only way to get the server up and running again is to reboot the machine since the server is more than 6 years old we are not please with this action because we are afraid the machine would go south in one of those reboots.
    Has anyone heard of similar issues when running RMAN on a compressed drive? Can the compressed disk have any involvement in this kind of odd behaviour? I tried running the backup in debug mode and creating a log in a different disk (the one where the backup is going to) and still the same issue. Again any help is much appreciate,
    Sincerely,
    Alex

    Sybrand,
    Thank you for your fast response, I am going to use your previous post to answer one by one your question,
    1 The Oracle binaries --- on a compressed drive > Yes
    2 The Oracle database control files redo log files and datafiles on that same compressed drive? > Yes
    3 The archived redo log ditto? > Yes
    I know for a fact (as I have been using that in 9i) you can create a RMAN backup on a compressed drive, and you can have your archived redo go to a compressed drive. No problemo! > Excellent good news!!!
    But I would never touch the data files. Please note backup sets are multiplexed files consisting of multiple datafiles, so RMAN would need to do some calculations to decompress several blocks at the same time and to calculate a new block and compress it.
    Do you have enough space to:
    a) (preferred) to make datafile copies instead of a backup >
    Not in the drive that hosts the oracle instance but yes on an external usb drive (1TB) I attached to use as a backup repository, maybe this is why I am having these issues. I only have 13 GB left on that drive where the oracle instance resides (actually as I explained in a previous reply to Mark, the server only has 3 slots for disks, two of them as configured as RAID 1 and the other is a hot spare because the RAID configuration manager cannot can only added as hot-spare. The raided disk are partitioned in two, one small partition is for the OS and the other is for the oracle instance). When you said make a copy of the datafiles, I assumed you are talking about doing manual backups, and copying the database after using using "alter tablespace tablespace_name begin backup; then copy the file; alter tablespace tablespace_name end backup;
    b) use filesperset=1 on the backup command line, so the multiplexing (and associated calculations) stop. I have not tried the option of fileperset yet but I can tryi it and see if that helps.
    Can you post the last few lines of the RMAN log where RMAN bombs out? Note: the last few lines. Not all of it, or you must send some paracetamol in conjunction! >
    When I ran the debug option, I stopped the backup at less than 20% because I didn't want to reboot the system in the middle of the production time, the backup consumed at least 3 GB during the time was running. The times I ran the RMAN backup I didn't used the debug option so I don't have a log long enough to send unless you want the last few lines of what I have.
    Thanks again for your input,
    Sincerely,
    Alex

  • RMAN Backup Failed.

    Hi Gurus,
    My RMAN backup failed with below error.Please suggest.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of sql command on default channel at 01/26/2013 22:48:56
    RMAN-11003: failure during parse/execution of SQL statement: alter system archive log current
    ORA-00258: manual archiving in NOARCHIVELOG mode must identify log
    RMAN>
    Recovery Manager complete.
    Thanks,

    The message indicates that your database is in NOARCHIVELOG mode. You cannot make an RMAN Backup of a database that is OPEN if it is in NOARCHIVELOG mode.
    You have two options
    1. Make consistent RMAN Backups with the database only in MOUNT mode (SHUTDOWN ; STARTUP MOUNT)
    OR
    2. Configure for ArchiveLogs (create a target filesystem or FRA), set the database to ARCHIVELOG mode, monitor the volume of ArchiveLog generation, configure both Database and ArchiveLog backups.
    Hemant K Chitale

  • Os x mavericks failed install -backup not working! need help

    Having failed to install os x mavericks due to disc repair, which my mac says it cant, i decided to back up. After creating a 1TB partition in the mac extended journled and GUID format on my external harddisc, i still face an input/output error! please help! i need my files!especially the ones on my desktop, downloads and documents! Please help! My mac doesnt even start to access the files! All i have is utility disc and terminal! I need my files!
    I never made a backup and I have a macbookpro
    I have read about disc drill and other solutions! But how do i install disc drill in my mac that wont even open past the failed installation!

    Please do not forget that i want to back up my files..
    OK.
    Do you have an external drive that you can temporarily use (it's going to get erased) if you don't I suggest that you get one.
    Then, using IR you will install whatever was on the Mac originally on the external drive and boot from it, with luck you will be able to access your files, and more importantly make a copy of them so that you can erase the internal drive and start again.

  • Please help me with some backup questions....

    After suffering through two hard drive failures (not my main drive, fortunately), and being frustrated with trying to keep everything backed up, I'm taking a fresh approach to everything and I plan to do the following:
    1.  Purchase a new, 2 TB hard drive (enterprise class - Can you guys recommend a reliable one?) and clone my existing main hard drive to it.
    2.  Purchase a second identical drive and install it in bay #2.
    3.  Likely purchase G-Technology's G-Safe with Raid 1 capability.  Likely 3 TB just cause.
    4.  I'll keep my current 1 TB Hitachi Deskstar in the 3rd bay.  It serves only my Sonos music system.  (I wanted a separate drive for that so my regular drives weren't always running.)
    So far so good.  I plan on putting all my files on the one main 2 TB drive.  (Formerly roughly 500 GB of music was on a separate internal drive, the one that's died twice now. Seagate Barracuda FYI.)  I'll then clone the main drive to the identical drive in the 2nd bay and make it bootable as well.  That's backup #1 and I plan on having it also updated regularly.  (Incrementally, not a complete erase and rewrite, but still keeping it bootable.)  I'll then hook up the Raid 1 drive and clone the main hard drive to that as well, also making it bootable.  That will give me backup #2 and #3 (through mirroring).  These drives will be backed up less often and when not being used, will be stored in a fire proof safe in the garage.  So far so good, I think.
    What I'm stuck on is what software to use for doing the cloning and more importantly, the backups.
    For the cloning, I understand I can simply use the Restore function in the Disk Utility.  Is this correct?  Or am I better off using SuperDuper or Carbon Copy Cloner?  If so, which one?  And why?
    For the regular backups, I have been using Retrospect but frankly, I'm less than impressed with their interface and I've never liked the fact that even if the backups aren't compressed, I can't see the files unless I do so through Retrospect.  I can't just go to the backup drive and view the files.  They're all hidden in the one Retrospect icon.  So, I'm considering the following:
    Time Machine:  However, I was less than impressed with it in the past as it seemed to completely fill whatever drive I pointed it to and then it would fail to backup.  I never could figure it out that well. 
    SuperDuper:  I was just checking them out and it seems that it's not only a good cloner, but will also then keep that clone up to date and bootable on a regular basis.  It really sounds like it's what I need.  And the screen shots I saw on their site seem pretty well thought out and explain a lot.
    Carbon Copy Cloner:  I know this app has been around for a long time, though I've never used it.  I'm presuming it's good for cloning a drive onto a larger drive, just as SuperDuper is, but can it do scheduled backups of that clone like SuperDuper can? 
    And in all cases, I want to keep both the second internal drive and the external RAID drives backed up from their original clonings.  Can any of these programs handle ongoing backups to two or more destinations from the same source? 
    And finally, a last question or two:
    To repeat my first question, who makes a really reliable enterprise class drive? 
    And has anyone had any experience with G-Technology's G-Safe with RAID 1? 
    Thanks much for all your help. 
    Oh, here's my system:  Mac Pro tower, 2008 2.8 GHz, 10 GB ram.  Dual Intel processors.  Currently 10.5.8, soon to be 10.6.8. 

    valbelvalbel wrote:
    After suffering through two hard drive failures (not my main drive, fortunately), and being frustrated with trying to keep everything backed up, I'm taking a fresh approach to everything and I plan to do the following:
    1.  Purchase a new, 2 TB hard drive (enterprise class - Can you guys recommend a reliable one?) and clone my existing main hard drive to it.
    2.  Purchase a second identical drive and install it in bay #2.
    3.  Likely purchase G-Technology's G-Safe with Raid 1 capability.  Likely 3 TB just cause.
    4.  I'll keep my current 1 TB Hitachi Deskstar in the 3rd bay.  It serves only my Sonos music system.  (I wanted a separate drive for that so my regular drives weren't always running.)
    Hitachi and Seagate both make enterprise class drives. Just visit their websites to find models.
    So far so good.  I plan on putting all my files on the one main 2 TB drive.  (Formerly roughly 500 GB of music was on a separate internal drive, the one that's died twice now. Seagate Barracuda FYI.)  I'll then clone the main drive to the identical drive in the 2nd bay and make it bootable as well.  That's backup #1 and I plan on having it also updated regularly.  (Incrementally, not a complete erase and rewrite, but still keeping it bootable.)  I'll then hook up the Raid 1 drive and clone the main hard drive to that as well, also making it bootable.  That will give me backup #2 and #3 (through mirroring).  These drives will be backed up less often and when not being used, will be stored in a fire proof safe in the garage.  So far so good, I think.
    I don't know what your desires are for backup redundancy, but I would create a two drive mirrored RAID for your main backup. This could consist of two identical hard drives mounted in your Mac Pro's slots (this is what I do.) Or you could purchase a two-drive external case and use Firewire. (I also do this.) Drive size should be determined by how large a drive(s) you are backing up and if you plan to use Time Machine. TM's backup device must be at least twice the size of the drive(s) it backs up.
    What I'm stuck on is what software to use for doing the cloning and more importantly, the backups.
    For the cloning, I understand I can simply use the Restore function in the Disk Utility.  Is this correct?  Or am I better off using SuperDuper or Carbon Copy Cloner?  If so, which one?  And why?
    For the regular backups, I have been using Retrospect but frankly, I'm less than impressed with their interface and I've never liked the fact that even if the backups aren't compressed, I can't see the files unless I do so through Retrospect.  I can't just go to the backup drive and view the files.  They're all hidden in the one Retrospect icon.  So, I'm considering the following:
    Time Machine:  However, I was less than impressed with it in the past as it seemed to completely fill whatever drive I pointed it to and then it would fail to backup.  I never could figure it out that well. 
    SuperDuper:  I was just checking them out and it seems that it's not only a good cloner, but will also then keep that clone up to date and bootable on a regular basis.  It really sounds like it's what I need.  And the screen shots I saw on their site seem pretty well thought out and explain a lot.
    Carbon Copy Cloner:  I know this app has been around for a long time, though I've never used it.  I'm presuming it's good for cloning a drive onto a larger drive, just as SuperDuper is, but can it do scheduled backups of that clone like SuperDuper can? 
    And in all cases, I want to keep both the second internal drive and the external RAID drives backed up from their original clonings.  Can any of these programs handle ongoing backups to two or more destinations from the same source?
    If you are running Lion then do not use SuperDuper. It has not yet been updated for reliable use with Lion and cannot handle Lion's Recovery HD. Carbon Copy Cloner's recent beta release would be a good choice as would Synk Pro from Decimus, or Tri-Backup.  All of these will clone a drive as well as perform scheduled backups/updates of a clone. But only CCC properly deals with Lion's Recovery HD at this time. All of these make essentially file by file copies from the source to the destination. One can easily restore a file or a few items without needing to use the backup utility since everything on the backup is accessible through the Finder.
    TM is not able to create a bootable clone. It is an archival backup utility intended for home users needing basic, automatic, and simple to use backup software. Restoring software from a TM backup can only be done through the TM application.
    And finally, a last question or two:
    To repeat my first question, who makes a really reliable enterprise class drive? 
    And has anyone had any experience with G-Technology's G-Safe with RAID 1? 
    Thanks much for all your help. 
    Oh, here's my system:  Mac Pro tower, 2008 2.8 GHz, 10 GB ram.  Dual Intel processors.  Currently 10.5.8, soon to be 10.6.8. 

  • HT1222 Hey , why always when i want to update my Ipad to ios 6.1.3 at the end tills me that the update was failed , its always please if you can help me and thank you

    Hey , why always when i want to update my Ipad to ios 6.1.3 at the end tills me that the update was failed , its always ,please if you can help me, and thank you.

    Try disabling your firewall and antivirus software and see if that helps - if you are trying to update using iTunes on your computer.

  • RMAN backup fails using OEM with no output error

    I am trying to do a weekly automatic full backup of a database in noarchivelog mode using RMAN in Enterprise Manager. Every time I submit the backup job (even if I try to do an immediate backup) the job fails almost immediately. When I Iook at the job output for the failed attempt, it says that there is no output for the job. I believe I have all of the preferred credentials and priveleges correct. Does anyone have any ideas as to what the problem could be or maybe where I can find an error log for rman to get a better explanation of the error?
    Thanks

    please check in metalink.....
    you find useful informations here:
    RMAN backup using Oracle Secure Backup fails with ORA-19511 (sbt__rpc_connect)
    Doc ID: Note:396046.1
    Best Regards,
    Shishir Tekade.
    My Blog: http://shishirtekade.blogspot.com

  • RMAN backup in RAC failing with error ORA-19566

    Hi all, i have 2 node RAC and i am trying to take rman backup of the database which is in ASM filesystem.
    There is a corruption in SYSAUX file and rman is failing to take backup of the sysaux datafile and error thrown at the end like
    piece handle=/home/oracle/orabackup/BLOOM_LVL0_20120627_1qnejueh_s58_p1 tag=TAG20120627T185538 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:56
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/27/2012 18:56:17
    *ORA-19566: exceeded limit of 0 corrupt blocks for file +DATA/bloom/datafile/sysaux.257.775475317*
    Then i tried to validate the backup in rman of the datafile sysaux nad fired the following query
    SQL> SELECT * FROM v$database_block_corruption;
    FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTIO
    3 32011 1 0 ALL ZERO
    3 32049 40 0 ALL ZERO
    3 32034 1 0 ALL ZERO
    3 28964 1 1399837 LOGICAL
    3 32015 2 0 ALL ZERO
    and found all the blocks in the table WRH$_SQL_PLAN.
    Then dropped the table, and tried to take backup of the database and it is failing again with the same error..
    ANY SOLUTION TO TAKE BACKUP OF THE DATABASE.
    anyhow we can SET MAXCORRUPT FOR DATAFILE 3 to value, but does this works all time...
    Thanks in advance,
    TEJAS

    Both are good suggestions, but
    Osama-mustafa wrote:
    RMAN> blockrecover datafile 5 block 2684; -- Fix Eror That ship has already sailed:
    TEJAS_DBA wrote:
    And Yes this is the first time i am taking backup on the database.And:
    Osama-mustafa wrote:
    Or Skip Option
    Like
    RMAN> RUN{
    2> SET MAXCORRUPT FOR DATAFILE 1,3 to 1;
    3> BACKUP DATABASE;
    4> }The OP was aware of this option and hopefully was able to get at least some sort of a backup eventually. But as for the dropped WRH$_SQL_PLAN, TEJAS is, I will use the word "braver" than most. And as often is the case, Dan Morgan offered the only bit of sensible advise.
    Open an SR.
    Good luck.

  • RMAN Backup job fails after changing sys, system passwords

    Hello Oracle community,
    11.1g
    After we changed the passwords for sys, system and sysman the backup jobs fails. this is my error log:
    Recovery Manager: Release 11.1.0.7.0 - Production on Mo Aug 30 11:16:29 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-12532: TNS: Ungültiges Argument
    RMAN>
    Echo einstellen ein
    RMAN> set command id to 'BACKUP_MEGALON.INT_083010111617';
    Befehl wird ausgeführt: SET COMMAND ID
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei set Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> backup device type disk tag 'BACKUP_MEGALON.INT_083010111617' database;
    Starten backup um 30.08.10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei backup Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> backup device type disk tag 'BACKUP_MEGALON.INT_083010111617' archivelog all not backed up;
    Starten backup um 30.08.10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei backup Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> exit;
    Recovery Manager abgeschlossen.
    Ikrischer

    Hello Tychos,
    I am able to make a sqlplus connection, but your hint send me in the correct direction. I had a special character "@" in the password and I think that was the reason for my problems with RMAN.
    Ikrischer

Maybe you are looking for

  • My wifi is not working please help..

    i reset my phone and connected my wifi and everything worked fine . i was close to the modem at that time , then i come back to my room i have no wifi . i tried restoring it again , same problem, i don't know what else to try . any suggestions .?? i

  • All my songs got unchecked and i want to know how to checkmark the ones i had previously.

    My dad was moving music around in my itunes and somehow all my songs got unchecked. I had about 1000/4000 songs checkmarked to sync on my phone and they are currently on my phone right now. But i am scared to sync my phone since all the songs i had c

  • Is it possible to use af:inlineframe component in JDeveloper 10.1.3.3.0 ?

    Hi, I need a requirement to use <af:inlineframe> component to show pdf as some portion of the entire jsf page. My Jdeveloper version is 10.1.3.3.0. This component is not loading when i try to include it.. Can anyone suggest me to use this component i

  • Filters in infopackage

    Hi All, I have a doubt in filtering the data in the infopackage. In my selection tab i have fiscal period, controlling area, cost centre and currency type. And i wanted to write a code to filter all the cost centre based data. data: l_idx like sy-tab

  • Error during proxy processing An exception with the type CX_SY_OPEN_SQL_DB

    Hi All, I am facing the following problem in production server when even the file got processed successfully . Error during proxy processing An exception with the type CX_SY_OPEN_SQL_DB occurred, but was neither handled locally, nor declared in a RAI