How to find expired backup?

Dear All,
how to find expired RMAN backup?
how it got expired?(according to which concept)
expired RMAN backup not used to restore?
If catalog database is their we need to register and then take backup?(is must?)
sorry for easy questions..but i'm in situation to know?
please help me :-)
Note:oracle 9i
Os:HP-UX
regards,
DB :-)
Edited by: DB on Feb 9, 2013 2:42 PM

Hello,
Expired backups are those that are unavailable on the location that you had taken the backup (disk or tape). Running a "crosscheck backup" lists out the expired backups and also updates the repository saying that these backups have been expired. You can delete the expired backups using "delete expired backup".
If you have the backups copied to a different location using OS commands and if the repository is not updated, then the crosscheck commands lists these backups to be expired. If these backups are required for a restoration purpose, then you can catalog them to the location where they are currently place using "catalog start with <path where the backup is stored>".
Since you are on 9i, "catalog start with .." is not supported. May be you can use this DBMS_RCVMAN package but not sure about its usage.
Regards,
Shivananda

Similar Messages

  • How to find expired backups...

    What rman command to use to see which backups are expired..
    rman's crosscheck take stoo long.

    user632098 wrote:
    What rman command to use to see which backups are expired..
    rman's crosscheck take stoo long.
    [oracle@edmtr7p0-orcl ~]$ rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Wed Nov 21 11:44:16 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    ;sconnected to target database: ORCL (DBID=1327554174)
    RMANlist expired backup;
    using target database control file instead of recovery catalog
    specification does not match any backup in the repository
    RMAN> Aman....

  • How to find iCloud backup after reset

    Hi,
    recently my iPad2 froze/Hung after an update to iOS7xx. After a non responsive period of a few hours and with no response to shutdown/startup I tried to enter DFU mode with the hope that I could then simply use recboot or something similar to exit DFU mode. No such luck so after downloading many different versions of firmware, I finally got the iPad to install as a new device using a new computer and fresh iTunes. Now I need to find my backup so I can restore using my Apple ID but don't know enough about iCloud to go about it. Can someone please help me with this. Many thanks.

    Go to Settings > General > Reset > Erase all contents and settings.  After the reset, go thru the setup until you're on that page that gives you the option to "Restore from iCloud backup".

  • How to find All backup table in the d/b with different suffix?

    I need to find out all backup tables where table having suffix like BKUP and some dates in number.
    For e.g.:
    WX_ACCOUNT_YEAR_FUND_BKUP
    WX_ACTUALS_CATEGORY_D_APR05
    WX_ACTUALS_F_APR05
    WX_ACTUALS_F_BACKUP_APR05
    WX_ACTUALS_F_JAN_17_2006
    WX_ACTUALS_F_JUL05
    WX_CHECK_BOOK_HEADER_D_010306
    WX_DIMENSION_ACTUALS_OLD
    WX_DIMENSION_ACTUALS_OLD_APR05
    W_ORG_DSXBKP09292005
    Is there any way to find such tables by using SQL query.

    WITH T
    as
    select 'WX_ACCOUNT_YEAR_FUND_BKUP' table_name from dual
    union all
    select 'WX_ACTUALS_CATEGORY_D_APR05' from dual
    union all
    select 'WX_ACTUALS_F_APR05' from dual
    union all
    select 'WX_ACTUALS_F_BACKUP_APR05' from dual
    union all
    select 'WX_ACTUALS_F_JAN_17_2006' from dual
    union all
    select 'WX_ACTUALS_F_JUL05 ' from dual
    union all
    select 'WX_CHECK_BOOK_HEADER_D_010306' from dual
    union all
    select 'WX_DIMENSION_ACTUALS_OLD' from dual
    union all
    select 'WX_DIMENSION_ACTUALS_OLD_APR05' from dual
    union all
    select 'W_ORG_DSXBKP09292005' from dual
    union all
    select 'W_ORG_DSXBKP' from dual
    select table_name from t
    where regexp_like(table_name,'[[:digit:]]$')
    or ( table_name  like '%BKUP' or table_name  like '%OLD')I have considered the table names ending with OLD also as backup tables. If this is not a backup table then remove the condition from the where clause
    Regards,
    Mohana

  • Hi, I'm a new user for i phone. i've to know about how to find my backup in icloud? importantly photo stream and sms.

    how can i get my photoes that are at nimbus to icloud

    What's Nimbus? It's not Apple...
    Your iCloud backup and management of it is in Settings > iCloud > Backup > Manage storage
    What is everything that you're trying to do?

  • How to find which backups are running  - whether RMAN or EXPORT or EXPDP ?

    I need to find using SQL which backups are running at a particular time . I want to use SQL for this.

    Hi,
    Check the V$session view to get it.
    SELECT SID,PROGRAM FROM V$SESSIONThe program will give you the
    In case of export it will give you - exp.exe under the PROGRAM
    In case of expdp it will give you - expdp.exe under the PROGRAM
    In case of RMAN session it will give you -
           SID PROGRAM
           140 exp.exe
           158 expdp.exe
           138 rman.exe
           149 rman.exeRegards,
    Vijayaraghavan K

  • How to find RMAN backups are successful

    Hi,
    I am using RMAN for 10g databases. How can i ensure that the backups am taking thru RMAN are successful? is there any command.

    select
    SESSION_KEY, INPUT_TYPE, STATUS,
    to_char(START_TIME,'mm/dd/yy hh24:mi') start_time,
    to_char(END_TIME,'mm/dd/yy hh24:mi') end_time,
    round((end_time-start_time)*1440,2) "Minutes"
    from V$RMAN_BACKUP_JOB_DETAILS
    order by session_key desc;
    Regards
    Asif Kabir

  • HT1766 how to find more backups than are listed in drop down menu

    is there a way to find more than than the five back ups listed on the drop down menu?

    If not listed, then there are none available for your phone.

  • SAP DB2 TSM expired backup

    Hi Gurus,
    We are using TSM to taking SAP online backup weekly basis.Storage team wants to delete some old backup from TSM due to space constrain.Please let us know how to delete the old backup in TSM from DB2 level also provided the configuration details below,
    Number of database backups to retain   (NUM_DB_BACKUPS) = 12
    Recovery history retention (days)     (REC_HIS_RETENTN) = 60
    Auto deletion of recovery objects    (AUTO_DEL_REC_OBJ) = OFF
    Also when i execute LIST HISTORY BACKUP ALL FOR DB <SID>"  Showing old backup from 29th June. I able to see Timestamp+Sequence from 20140629043003001  - 20140629043003012. Why same backup image showing 12 sequence.Please help me on this.
    Number of matching file entries = 193
    Op Obj Timestamp+Sequence Type Dev Earliest Log Current Log  Backup ID
      B  D  20140629043003001   N    O  S0111900.LOG S0112016.LOG
    Regards,
    MK

    Hi,
    Please let me know the use of below parameter.
    Number of database backups to retain   (NUM_DB_BACKUPS) = 12
    Recovery history retention (days)     (REC_HIS_RETENTN) = 60
    Auto deletion of recovery objects    (AUTO_DEL_REC_OBJ) = OFF
    Also how to delete expired backup in TSM.
    Regards,
    MK

  • I backup my iphone on my pc and copy backup file into drive D then i setup new OS on my pc. after that i copy the backup file into itunes backup folder but itunes can't find the backup file to restore my iphone. how can i restore my iphone?

    i backup my iphone on my pc and copy backup file into drive D then i setup new OS on my pc. after that i copy the backup file into itunes backup folder but itunes can't find the backup file to restore my iphone. how can i restore my iphone?

    Don't you just love changes in interfaces?
    I found the answer to my question.
    When you attach a device (iPhone, iPad) to your Mac, in iTunes 12 in appears as a tiny icon in the second "row" of the iTunes display. Click the icon and the familiar iTunes display for the device appears. From there, on the Summary screen, you can see the dates of the backups of the device (iCloud and backup to the computer). You can also use the button to backup to the computer.

  • When i look at how much hard drive space i have available, my mac says i have 250 gigs used up in backup.  I can not find this backup file to delete it and free up the space

    When i look at how much hard drive space i have available, my mac says i have 250 gigs used up in backup.  I can not find this backup file to delete it and free up the space

    OmniDiskSweeper is a free utility that checks HD space.
    FreeSpace cost $1 or is a free utility that checks HD space.
    SpaceControl is a free utility that checks HD space.

  • My back up from last Thursday on my iphone 4s is not showing up in my itunes. I deleted something today & I would like to restore to last week when it was on my phone. How do I find the backup on my pc, how do I move it to itunes to restore phone back to

    My back up from last Thursday on my iphone 4s is now showing up in my itunes. I deleted something today and I need it back desperately. I need to restore my phone back to last Thursday when the information was on my phone. How do I find the backup on my pc and once I find it how do I move it to itunes for me to restore my phone to that day?

    I wished I had known this before I said yes to using icloud. I guess those things will be lost and gone forever, since I do not want to lose my present settings and data. Also do not want to go through the hassle of backing up present, then resetting phone, then restoring oldest back up, then backing up oldest backup to pc, so I can safely backup selected items to my pc; then reset my phone again to restore latest back up. It would take way too much time and no guarantee.
    I backed up my phone to my pc, but have not checked it yet, so don't know if it worked.
    If I decide to quit using icloud (which will probably happen since backing up to external hard drive allows me to open backups) what will happen to my present data and settings? Will they just remain as they were without icloud, as they were before icloud? I'm scared to just delete it; not knowing what will happen. Also why is icloud now my outgoing mail server, when my web email was before I installed icloud and how do I restore my web email as my outgoing mail server. I am using yahoo/at&t for all my mail.
    What will happen to my contacts, notes, messages, voice memos, calendar info, alerts, etc., on my phone if I delete icloud?

  • How to find sql server backup was taken under compression mode

    Hello,
    How to find SQL server backup was taken under compression mode ? I have disabled the Compress Mode backup setting but I want to make sure the backup is taken without compression.
    Is there a script for that?
    Thanks
    JK

    I have disabled the Compress Mode backup
    That is only a default setting, in backup command you can always overwrite it to a different value.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • I just updated my iPad. When I went to restore, there were no backups listed. How do I find past backups?

    How do I find past backups on my iPad after updating to ios8?

    Hello txdkmw,
    yes, you are right, but that's what I thought what you were asking for.
    In order to use a backup for restoring a device, you would have to completely reset the device first (Settings > General > Reset > Erase All Content & Settings". Then, in the course of the set up process, you will be able to choose a backup to restore your device.
    Best regards.

  • How to find how much space is required for backup.

    Hi,
    I have 7 gb of space available but on backup it is saying space not avialable,
    Please tel me following
    1) how to find how much backup space is required.
    2) and i think it does not currup the old backup set when backup fails?so i can feel good that my old backup is ok?
    3) which folder i should copy, to keep backup of backup on other machine.(C:\ORACLEXE\APP\ORACLE\FAST_RECOVERY_AREA\XE)
    4) and also tel me where orignal files of database is present i will backup that also like in MSSQL.
    5)please also tel me how to change the backup location to other drive.
    yours sincerely
    Edited by: 944768 on Dec 19, 2012 9:16 PM
    Edited by: 944768 on Dec 19, 2012 10:55 PM

    1)this you can check from your old backup size.add a little to it and that is your backup space requirement.
    2)if space is not there then failed backup is corrupt.other old backups remain intect.
    3)you need to shutdown database for copying folder or put data files in backup mode(id archivelogs are enable on database).
    4)you can check original database files dba_data_files,v$controlfile views and as point 3 is valid on them if you using copy paste rather then RMAN.
    5)when taking backup from rman use
    RMAN> RUN {
      ALLOCATE CHANNEL d1 DEVICE TYPE DISK
      FORMAT '/u01/backups/%U';
      BACKUP DATABASE PLUS ARCHIVELOG;
      RELEASE CHANNEL;
    }In format clause you can give disk location.

Maybe you are looking for

  • Program for customer and vendor master

    Hi All,    I am working with ale-idocs. could you plese tell me the program name for transferring the customer and vendor master data. thanks in adavance, Sugeet.

  • Google Image Search Does Not Load, Among Other Websites

    I think this problem started a little bit after I upgraded to Leopard. I thought it was a problem with the wireless network I was using, but that wasn't it. I connected directly to my modem via ethernet cable, but to no avail. The problem also persis

  • No Editing of MPG2 with Quicktime 7.6

    A short time ago I switched to Leopard - OS 10.5.6 is installed. Now I cannot edit MPG2-movies - the two triangles for a selection are missing!??

  • Is there way to point to KM repository outside the EP installation Folder

    Hi, Is there way to point to KM repository outside the EP installation Folder.  BY default Ep gives defualt folder structure like KM Content  -> Root under root we have many folders like 1. attachment 2. collaboration_sessions 3. discussiongroups 4.

  • In which situations we should use Character Mode Reports?

    Question: In which situations we should use Character Mode Reports? Explaination: I am faced with a certain situation. I feel that I should develop reports in Character Mode. But I am not sure about this. I invite all readers to contribute on the sub