How to register old backupset to rman

I have old backups on my tape, i have delete entries of backup from rman, will anybody guide me how to register them again with rman, i m using controlfile for backup records.
thank u.

Hello MGMum,
And welcome to Apple Discussions!
Head to *Settings -> General -> Reset -> Reset All Settings*. This wipe the iPod entirely clean. You could also restore the iPod via iTunes, which will also wipe all content from the iPod and set it back to its original default settings.
B-rock

Similar Messages

  • How to delete old backups in RMAN (

    Hello,
    if I run below rman command lines in 10g and 11g RMAN, it works well, but NOT in RMAN (Release 8.1.7.4.0), so which commandlines I should use to get to the same pursposes in RMAN 8.1.7.4?
    run {
    ALLOCATE CHANNEL c1 TYPE 'sbt_tape';
    ALLOCATE CHANNEL c2 TYPE 'sbt_tape';
    ALLOCATE CHANNEL c3 TYPE 'sbt_tape';
    ALLOCATE CHANNEL c4 TYPE 'sbt_tape';
    ALLOCATE CHANNEL c5 TYPE 'sbt_tape';
    ALLOCATE CHANNEL c6 TYPE 'sbt_tape';
    ALLOCATE CHANNEL c7 TYPE 'sbt_tape';
    ALLOCATE CHANNEL c8 TYPE 'sbt_tape';
    CROSSCHECK BACKUP;
    delete force noprompt obsolete;
    DELETE EXPIRED BACKUP;
    RELEASE CHANNEL c1;
    RELEASE CHANNEL c2;
    RELEASE CHANNEL c3;
    RELEASE CHANNEL c4;
    RELEASE CHANNEL c5;
    RELEASE CHANNEL c6;
    RELEASE CHANNEL c7;
    RELEASE CHANNEL c8;
    thank you

    for example like below... thank you
    RMAN> CROSSCHECK BACKUP;
    RMAN-03022: compiling command: XCHECK
    RMAN-03026: error recovery releasing channel resources
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: XCHECK
    RMAN-06091: no channel allocated for maintenance (of an appropriate type)
    RMAN> ALLOCATE CHANNEL c1 TYPE 'sbt_tape';
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01005: syntax error: found "identifier": expecting one of: "for"
    RMAN-01008: the bad identifier was: c1
    RMAN-01007: at line 1 column 18 file: standard input

  • How can I find out the database version from an old backupset

    Hi,
    I have to restore a database using an old backupset (4 years ago) to a new database. My challenge is we don't know what version of the database were used back then. Is there anyway I can find this information. We are using the RMAN catalog.
    Or is RMAN restore and recovery can be used to a newer version than the backupset?
    Thanks in advance.
    Regards,
    Sosan Fong

    Thanks for the reply and suggestion.
    We are using its own software for all databases hosted in the server. So I need to cleanup and reinstall after tested in 11g. A little bit more work, but if it works, that's ok. Is there any other suggestions?
    Regards,
    S

  • How do I tell if the RMAN Registration has worked correctly?

    Am using Oracle, DataProtector and SAP with RMAN and am registering the database in RMAN using the standard DataProtector commands.
    How do I tell that the database has actually registered the catalog inside the RMAN DB? I can do a "list backups" but it does not tell me whether the control file is being used for the catalog or the RMAN Database. Can anyone assist?
    Share and Enjoy! Ian

    I believe I have registered the database to use the
    RMAN Database to store the catalog - how do I confirm
    this?issue some rman commands which access the recovery catalog like 'list backup' or ask the recovery catalog:
    'select * from rc_database'
    regards,
    -ap

  • How to register a new MacBook using info I entered in the startup program?

    I just opened my new MacBook for the first time and the startup program walked me through entering a bunch of information and connecting to my old iBook to transfer data. And the end of the process it tried to register me with Apple but my internet connection was down and it told me I couldn't register now. It left me instructions for how to register later using the info I already typed in. I did not write down these instructions. Instead I clicked 'continue' and lost them forever.
    Does anyone know how to register after the startup program has quit? I found register.apple.com but it requires me to re-enter all my data. Ignoring from the fact that I've spent more time typing this question than I would have re-typing my name and address, it bugs me that I can't find the menu or dialog box that I could swear the startup program told me to use to send my saved info.
    Any advice?
    Thanks

    Usually there's a shortcut in your new user's Home folder called "Register with Apple" (or something similar to that) of the original registration fails. To open your user's Home folder, press Apple-shift-H from the Desktop. Can you see the shortcut there?
    Just so you know, you don't need to register to receive any technical support or warranty support from Apple. Registering with Apple, I believe, helps their Marketing Department, but you don't need to register for support or help.
    -Doug

  • How to estimate recovery time from rman backup

    how to estimate recovery time from rman backup?
    The database is of size 800GB.
    the approximate time to backup is 8- 10 hours.

    "Recovery time" is : RESTORE DATABASE time + RECOVER DATABASE time.
    RESTORE can be done
    a. in parallel with multiple channels if your backup was created as multiple backupsets
    b. using incremental backups
    c. whether the backups are on
    i. disk
    ii. tape
    Alternatively, if you have a Recovery Area with an Incrementally Update backup of the database, you can SWITCH DATABASE almost immediately
    RECOVER depends on
    a. how many archivelogs (in terms of size, not necessarily number) need to be applied
    -- this depends on
    i. transaction volume
    ii. the "freshness" of the backups (how recent the backups are)
    b. whether required archivelogs are available on disk (which can be the case if the database backup itself is a very recent backup and archivelogs since then haven't been deleted {whether they have been backed up or not}) OR whether they need to be restored from
    i. disk backup
    ii. tape backup

  • How to erase old numbers from my account

    Hello, do some one know, how to erase old, no more available numbers from my account??
    I lost some numbers, but i cannot erase them.

    How can she register it to a new account when she gets it or use it when she goes to the iTunes store if it is registered in my account?
    When the iPod is connected to her computer, change the computer it's associated with. Reregistering it with Apple can be done by clicking here and following the instructions, but isn't needed.
    (37929)

  • Deleting old incarnation through RMAN

    Hi All,
    Could you please let me know how to delete old incranation and the backups related to that incarnation from RMAN for a particular database in Oracle 9i.
    Regards
    Harpreet Singh

    Hi,
    Thanks all for your help. I have achieved what I was looking for. I have deleted all the backups from the recovery catalog, according to you retention policy and also removed the unwanted incarnations from the recovery catalog. This is what I did:-
    crosscheck backup of database completed before 'sysdate - 35';
    crosscheck backup of archivelog all completed before 'sysdate -35';
    report obsolete recovery window of 35 days device type 'sbt';
    delete force noprompt obsolete recovery window of 35 days device type 'sbt';
    delete backup of database completed before 'sysdate-35';
    delete backup of archivelog all completed before 'sysdate-35';
    And then to remove the incarnations from the RMAN by logging in the RMAN database with the onwer of the recovery catalog:-
    RMAN> Delete from dbinc where dbinc_key=< dbinc_key>;
    MAY BE THIS CAN HELP SOMEONE IN THE FUTURE!!!!!!!!!!!!!!!!!!!!!!!
    Regards
    Harpreet Singh

  • How to restore archive logs with rman

    Hi,
    here is the scenario:
    we have lost everything because of disk failure.
    we have a full cold backup and archivelog backups which were created after cold backup and were backed up with rman.
    after restoring from cold backup, because archivelog backups do not exist in controlfile, how can we catalog archivelog backups and restore them?
    could you give me the exact rman command for this?
    Best Regards,
    Kamil

    cold backup means offline backup, you shut database normally and copy datafiles to another location.
    i think operating system does not matter that much but it is RedHat Linux Enterprise Server.
    backing up archivelogs whith rman script which is:
    run {
    allocate channel c1 type disk format '$BKUPLOC/arch_%d_%u_%s_%p.bkp';
    change archivelog all validate;
    sql 'ALTER SYSTEM ARCHIVE LOG CURRENT';
    backup archivelog time between 'SYSDATE - (30*60/(60*60*24))' and 'sysdate';
    release channel c1;
    so here is the details.
    1. because everything is lost, we restored all files(datafiles, controlfiles, redologs etc) from offline backup meaning copied all files from another location to corresponding location.
    2. want to apply archive logs which were created after cold backup till disk failure and we have these archive logs with backups which were taken by rman.
    So
    first of all, we want to register these archive log rman backups(because these backup information does not exist in restored controlfile)
    and then restore them and then apply them.
    we need rman commands to register these backups and restore them.
    Regards,
    Kamil

  • How to Register Director 8.5

    I need to register Director 8.5 but Adobe won't let me register anything older than Director 11. I'm annoyed about this. I bought this program, I didn't rent it. Any advice would be greatly appreciated!
    Michael

    Yes please, Chris! And thanks for the fast response. Director 8.5 runs fine on Windows 8. Amazing really when you think about how old the software is. I talked, "chatted", with an Adobe help person. He said that there were no experts available regarding the issue and told me to call the 800 number. I will, Monday, but I think I'll get the same old song. I don't like being forced to upgrade. Michael
    Date: Sat, 26 Jan 2013 12:44:36 -0800
    From: [email protected]
    To: [email protected]
    Subject: How to Register Director 8.5
        Re: How to Register Director 8.5
        created by ShovelRider in Director - View the full discussion
    Hi Michael, I spent a lot of time trying to register Freehand. Same problem. When I finally was able to speak with someone (from India, of course) I was told that the product was no longer supported and I would not be able to use it on a computer with an OS later than XP. I am going to try it later today as I still have a computer with that OS.  If you like I can tell you how I fare with that... Best wishes,Chris S
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5024710#5024710
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5024710#5024710
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5024710#5024710. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Director by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How to I find out if rman backup that was done is Rman Cold backup or Rman

    Hi,please help me I have backup set ,that is backupset that have rman data backup and autobackup that have control file,I want to restore this backup but I don't know how the backup was done .please advice me how to check if this was Rman cold backup or rman hot backup.I have pfile that is extracted from database before backup was taken.

    Hi Thanks for the update,I checked the v$backup_set on the other database ,but it does not tell me whether ithe backup was Rman cold backup in which database was mounted or Rman hot backup ,now I have to do the restore but I don't know what type of backup do I have please assist.
    Edited by: user1022397 on 2010/11/11 4:40 AM

  • How to register the recipient when create job by function

    I am now use JOB_OPEN , JOB_SUBMIT and JOB_CLOSE to create a job in the program. And need to post the result of the report to the person by email.
    Can you tell me how to register the recipient when create the job.
    ( in sm36, it is easily to do but how to do in coding? )
    regards,
    slam

    Hi
    I think in Back ground using the above fun modules you can't send a mail to the receipient.
    see the use of the above fun modules;
      IF p_bjob = 'X'.
        CONCATENATE sy-cprog sy-datum sy-uzeit
                    INTO jobname SEPARATED BY '_'.
        CALL FUNCTION 'JOB_OPEN'
          EXPORTING
            jobname          = jobname
          IMPORTING
            jobcount         = jobcount
          EXCEPTIONS
            cant_create_job  = 1
            invalid_job_data = 2
            jobname_missing  = 3
            OTHERS           = 4.
        CALL FUNCTION 'GET_PRINT_PARAMETERS'
          IMPORTING
            out_archive_parameters = arc_params
            out_parameters         = print_params
            valid                  = valid
          EXCEPTIONS
            archive_info_not_found = 1
            invalid_print_params   = 2
            invalid_archive_params = 3
            OTHERS                 = 4.
        IF valid = chk.
          SUBMIT ybrep
                          WITH < sel Screen>
                          AND RETURN
                          USER               sy-uname
                          VIA JOB            jobname
                          NUMBER             jobcount
                          TO SAP-SPOOL
                          SPOOL PARAMETERS   print_params
                          ARCHIVE PARAMETERS arc_params
                          WITHOUT SPOOL DYNPRO.
          CALL FUNCTION 'JOB_CLOSE'
            EXPORTING
              jobcount             = jobcount
              jobname              = jobname
              strtimmed            = 'X'
            EXCEPTIONS
              cant_start_immediate = 1
              invalid_startdate    = 2
              jobname_missing      = 3
              job_close_failed     = 4
              job_nosteps          = 5
              job_notex            = 6
              lock_failed          = 7
              invalid_target       = 8
              OTHERS               = 9.
          IF sy-subrc <> 0.
           MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          ELSE.
            MESSAGE i029 WITH jobname.
          ENDIF.
        ELSE.
          MESSAGE s000 WITH text-003.
          STOP.
        ENDIF.
      ENDIF.
    Reward points if useful
    Regards
    Anji

  • How to register multiple ipods on same email account

    how do register multiple ipods using the same email account?

    Maybe here
    How to use multiple iPods, iPads, or iPhones with one computer
    You can have an unlimited number of devices that you own or control for private use tied to one iTunes account. But you have only have five tied to one iCloud account.
    To alllow FT and Messagibng between them see:
    MacMost Now 653: Setting Up Multiple iOS Devices For Messages and FaceTime

  • I have a 3g iphone and I need to know how to delete old photos from my phone!! I need the space but there is no way to delete the pictures!! Help!!!

    I have a 3g iPhone and I need to know how to delete old photos. Need to free up space and there is no clear way to delete these photos!! Can someone please let me know how to get rid of these pictures!!!! Help!!!

    There are a number of ways to delete pictures from the Camera Roll.  One is to open Camera Roll in the thumbnail view, tap the arrow button (top right), tap all the pictures you want to delete, tap the Delete button ant the bottom.  Photo Library pictures are deleted by unchecking Sync Photos on the Photos tab of your iTunes sync settings, followed by syncing your phone.

  • How to connect old aiport express to my new Airport Extreme? My Ipad says "base station e5713b cannot be configured" and my AirPort tool on my PC will not permit me to add my new Airport Extreme network (no network names to choose from)

    How to connect old aiport express to my new Airport Extreme?
    I have a PC running with Win7 and just replaced my Jensen With a brand New Airport Extreme.
    I have set up the Airport Extreme to the internet, Iphones and Ipads and it work as it should.
    I have downloaded latest Version of Airport tool on my PC. In addition i have downloaded the airport tool for Ipad.
    I have reset one of my airport Express and it now shows up both on the Ipad and on the PC airport tool.
    My Ipad says "base station e5713b cannot be configured."
    I have wired the airport Express to my Ethernet to be able to "see it" on my Airport tool.
    My AirPort tool on the PC will not permit me to add the airport Express to my new Airport Extreme network (no network names on the drop-down list to choose from). I wished for an easy set-up, but nothing seems to be plug and play as the Commercial says.. can you please help me?
    Sigve

    Hi
    Thanks for Swift reply.
    Yep - I in fact have two A1088 and one A1264
    I actually bought the new router because the Jensen
    router always lost connection to the Airport Express after some hours or days. I
    always needed to restart my Jensen to play music and that was driving my wife
    mad. The hope was that the Extreme should fix this. Both A1088 have been set up
    to only stream music to two of my stereo amplifiers from my PC’s Itunes library.
    Are the A1088 now useless?
    The A1264 has been set up to feed internet into a Denon Reciever that needed Ethernet cable.
    Please advise
    Regards
    Sigve

Maybe you are looking for