Archive backup restore problem

When am restore the Archive logs in br tools it asking .
? First sequence number (first_seq) ........ [] 
? Second sequence number (second_seq) ........ []
What is sequence number?
Pls give any suggestions

The sequence number is a kind of serial number the database creates for every logfile. It is part of the archive filename which did normaly contain also other information and is controled by the oracle parameter log_archive_format.
As far as i can remember the %s part in log_archive_format represents the sequence number.
regards
Peter
PS: during the recovery process of the database, you will typically asked to provide the archived redo logfile with the sequence number xyz....

Similar Messages

  • Oracle backup & restore problem

    Hi Team,
    I am new to the RMAN, I want to test Backup & restore operation
    I have database called Test , I am creating new table in the database called Test_table through SQL *coPlus create mmand.
    Now After this I am taking backup the of all cotrolfile , datafile & snapshot file.
    once again I am opening this database in SQL *plus & deleted the table (Test_table).
    Now if restore back the database with backup set taken before deleting table. It is not showing me the Test_table.
    What is the problem? Plz help..

    Hi,
    Thanks for replay,
    Using Windows XP & ORACLE 9i
    I am doing following steps.
    Created one table ( Test_table ) in database my Test database.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>rman
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN> connect target system/sreedhar@Test;
    connected to target database: Test (DBID=1558624384)
    RMAN> show all;
    using target database controlfile instead of recovery catalog
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'C:\Testing\CTL_
    %F';
    configuration for DISK channel 2 is ignored
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT 'C:\Testing\DBF_%U';
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT 'C:\RmanBack\std_%U';
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'C:\Testing\CHA_Dev_%U_%S_%P';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'C:\TESTING\SNCFTest.ORA';
    RMAN> backup database;
    Starting backup at 06-OCT-06
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=9 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00001 name=C:\ORACLE\ORADATA\Test\SYSTEM01.DBF
    input datafile fno=00002 name=C:\ORACLE\ORADATA\Test\UNDOTBS01.DBF
    input datafile fno=00005 name=C:\ORACLE\ORADATA\Test\EXAMPLE01.DBF
    input datafile fno=00010 name=C:\ORACLE\ORADATA\Test\XDB01.DBF
    input datafile fno=00006 name=C:\ORACLE\ORADATA\Test\INDX01.DBF
    input datafile fno=00009 name=C:\ORACLE\ORADATA\Test\USERS01.DBF
    input datafile fno=00003 name=C:\ORACLE\ORADATA\Test\CWMLITE01.DBF
    input datafile fno=00004 name=C:\ORACLE\ORADATA\Test\DRSYS01.DBF
    input datafile fno=00007 name=C:\ORACLE\ORADATA\Test\ODM01.DBF
    input datafile fno=00008 name=C:\ORACLE\ORADATA\Test\TOOLS01.DBF
    channel ORA_DISK_1: starting piece 1 at 06-OCT-06
    channel ORA_DISK_1: finished piece 1 at 06-OCT-06
    piece handle=C:\TESTING\DBF_0QHV5L4T_1_1 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:01:05
    Finished backup at 06-OCT-06
    Starting Control File and SPFILE Autobackup at 06-OCT-06
    piece handle=C:\TESTING\CTL_C-1558624384-20061006-01 comment=NONE
    Finished Control File and SPFILE Autobackup at 06-OCT-06
    RMAN> exit
    Recovery Manager complete.
    After this backup I am deleting this Test_table table using SQL *PLUS Drop table  clause.
    Also deleted the all .DBF files from Test folder. and I am restoring now the old backup set which has the information regarding the Test_table.
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>rman
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN> connect target system/sreedhar@Test;
    connected to target database (not started)
    RMAN> startup mount;
    Oracle instance started
    database mounted
    Total System Global Area 252779340 bytes
    Fixed Size 453452 bytes
    Variable Size 125829120 bytes
    Database Buffers 125829120 bytes
    Redo Buffers 667648 bytes
    RMAN> show all;
    using target database controlfile instead of recovery catalog
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'C:\Testing\CTL_
    %F';
    configuration for DISK channel 2 is ignored
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT 'C:\Testing\DBF_%U';
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT 'C:\RmanBack\std_%U';
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT 'C:\Testing\CHA_Dev_%U_%S_%P';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'C:\TESTING\SNCFTest.ORA';
    RMAN> restore database;
    Starting restore at 06-OCT-06
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=11 devtype=DISK
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to C:\ORACLE\ORADATA\Test\SYSTEM01.DBF
    restoring datafile 00002 to C:\ORACLE\ORADATA\Test\UNDOTBS01.DBF
    restoring datafile 00003 to C:\ORACLE\ORADATA\Test\CWMLITE01.DBF
    restoring datafile 00004 to C:\ORACLE\ORADATA\Test\DRSYS01.DBF
    restoring datafile 00005 to C:\ORACLE\ORADATA\Test\EXAMPLE01.DBF
    restoring datafile 00006 to C:\ORACLE\ORADATA\Test\INDX01.DBF
    restoring datafile 00007 to C:\ORACLE\ORADATA\Test\ODM01.DBF
    restoring datafile 00008 to C:\ORACLE\ORADATA\Test\TOOLS01.DBF
    restoring datafile 00009 to C:\ORACLE\ORADATA\Test\USERS01.DBF
    restoring datafile 00010 to C:\ORACLE\ORADATA\Test\XDB01.DBF
    channel ORA_DISK_1: restored backup piece 1
    piece handle=C:\TESTING\DBF_0QHV5L4T_1_1 tag=TAG20061006T122500 params=NULL
    channel ORA_DISK_1: restore complete
    Finished restore at 06-OCT-06
    RMAN> recover database;
    Starting recover at 06-OCT-06
    using channel ORA_DISK_1
    starting media recovery
    media recovery complete
    Finished recover at 06-OCT-06
    RMAN> exit
    Recovery Manager complete.
    When i check table Test_table in SQL *Plus using command DESC Test_table; it is showing me error object Test_table does not exist

  • E71 Backup/Restore problem after firmware update

    after i restore the data using the PC suite, I'm facing a connectivity problem, No MMS and web browsing are working, even after i re-install the settings from the provider and setup wizard, same thing, even the wireless connectivity is not working.
    note that they are working be4 i do the restore (plain phone).
    any recommendation.
    It's never too late to learn ....

    I upgraded my firmware (why do nokia call it 'software'?), which i kind of regret now. I don't see any difference to my phone, plus i hit a major problem.
    Before upgrading i backed-up my phone.
    After upgrading firmware i tried to restore the backup to my phone - wouldn't work!?!?!?!?! - plus the phone said that i had a massive error and had to take my phone back to retailer. it would not restart.
    Seriously crazy
    FIX:
    'Hard-reset' the phone (erases memory and takes you back to basic nokia phone software) -  While turning the phone on you hold down 3 buttons: " green-phone & 3 & * ". Hold down for about 10 sec's. The phone should start working again with the new firmware - albeit with only basic settings.
    Go to the backup-restore, and restore from your last backup.
         HOWEVER, UNTICK 'phone settings'.
    This should get almost everything back for you (calendar,contacts,etc), except for any software that you had previously downloaded and installed on your phone (e.g. google maps, fring, skype, youtube, etc). Easy enough to download & install again. Also, you might want to ring your phone company and get them to mms you the configuration settings for internet and mms again.
    WHY WAS THERE A PROBLEM? I believe that the old settings of the previous firmware are NOT compatible with the new firmware. This makes the phone effectively stop working when you restore the backup.

  • Database backup restore problem

    This question was asked in Setember but was not answered and is now archived.
    I'm using final cut server 1.1.1 on snow leopard Server.
    i can not restore my backup file(XXXXXX.zip)
    below is the error display....
    Checking for other backup processes...
    Checking backup archive...
    No errors detected in /XXXXX.zip for the 2 files tested.
    Checking backup version against current installed version ...
    Got version info. Backup file SourceVersion: 10336, Current SourceVersion: 10336
    Stopping the server...
    Restoring database support files...
    Initializing a new database...
    Restoring postgresql.conf ...
    Restoring database from backup file '/XXXXX.zip'...
    Restore failed: unzip exited with code 81. <---- what is code 81 ????
    what's the problem ????? anyone help me...
    I have substituted XXXXX for the name of my backup file
    I really need some help here. My database was lost and I need to restore the backup. We have a lot of hours of cataloguing and metatagging in there!
    thanks

    Hello Everyone,
    I haven't solved the problem, but I have found the root of it. The short answer is DO NOT RUN FINAL CUT SERVER 1.1.1 ON A MACHINE WITH SNOW LEOPARD SERVER!!!
    I finally realized through a long and painful process of trying to restore our database, rolling back to Leopard server, upgrading again to Snow Leopard Server, and going back again to Leopard Server, that ALL of our database backups created after the Snow Leopard Server upgrade cannot be restored in FCServer 1.1.1. I don't know if FCServer 1.5 will read them, and I'm not about to spend the money to find out.
    I'm really disappointed here. Apple does say that FCServer 1.5 is the compatible version to run with Snow Leopard server, but they certainly don't warn of the disaster that could occur if you try to run FCserver 1.1.1 with Snow Leopard Server.
    Right now I'm trying to figure out how to extract the data from hundreds of items that have been entered so that we don't have to re-enter them all again.
    So again, be warned. If you are upgrading to Snow Leopard Server, upgrade your FCServer too. At least I hope that's all it takes. For our part, we're back to Leopard Server and staying there for a while.
    Regards,
    Wayne Giesbrecht
    Senior Media Developer
    University of Saskatchewan

  • Time machine backup restoring problem

    i recently restored my mac. i saved everything through time machine on a hd. i want to restore some notes from the inbuilt notes app from mac. i know the folder is hidden and sandboxed and all and i followed the procedure, but MY PROBLEM IS that i dont have a containers folder in the backup folder. i typed in search box and everything but dint come. now the peculiar part is that when i typed com.apple.notes there was a folder. but when i opened it it dint have the data-library-core data folders. the other thing is that when i looked for the folder on my mac, it was there but the end instruction said that there should be a p18.notesexternalrecord thing in the 0 folder, which wasnt there either. somebody plz help because my very important documents are there and my job may be at stake. please help.

    Quit Notes and temporarily disable iCloud synchronization, if applicable.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.Notes
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu. A Finder window should open with an item selected. Enter Time Machine and restore the selected item.

  • Backup restoring problem

    i recently updated my n95 with the v20 update.
    before that i backed up my phone data using the content copier from the nokia pc suit.
    after the update what ever i try it wont restore my data back to the phone...???? very infurating as you can imagine,
    anybody have a solution to this problem
    i use the 6.82.22.0 nokia pc suit version....
    cheers

    I hope that by now you have that problem solved.
    It is in fact infuriating. I've been there...
    And that is only one of the vast array of problems Nokia PC software brought me.
    However I recently reinstalled Nokia Nseries PC Suite latest version, and just out of curiosity I tried the backup and restore, and bingo, it worked fine.
    But as it was too good to be true, the included Nokia Music Manager refuses to run.
    Owning a splendid N95 8GB for 6 months now, I learned very early to use a 3rd party PC software...

  • From iPhone 4 to 5 backup restore problem.

    Today i've taken my new iPhone 5, but thing from traslate my backup from a iphone 4 to the new wasnt smoth like usual i explaine:
    1) I've done a backup of my iphone4 whit cable on iTunes Mac ( 1.8.2 ) last versione of itunes ofcorse.
    2) I've turned on the iphone 5 , started the first step and when it asked me if i want restore from iCloud , itunes, or new i've docked the iphone 5 to the Mac with the lighting cable with itunes open and click on restore from bacup.
    3) I've selected the just created backup from my iphone 4 and clicked next.
    At this poing reset and restore process started but and the end of that iphone 5 was complitly useles, stay on black screen, if i click on ON button apple appear and after few second turn off again.
    I'd to restore the phone with the DFU mode.
    Than i've tried again, and than iphone dead again.
    DFU again and restore.
    4) So i've tried another way. I do every night the iCloud backup of my iPhone 4 so i've tried to restore that backup and the process seems to stard correcty.
    5) After 15 minutes of gray screen and blue progressing bar, iphone turned on and show me the icon and the the application download process started.
    6) After 3-4 minutes i've receved a message that tell me that the restore proces is incomplete, but application continued to download and no missing data in contacts and mail.
    7) The download started very very very slow to download the watsapp app put something like 10 minutes, and TomTom was the next, so i've plugged the cable again and started the sycronization from the Mac. Everything goes fine, the apps was installed , it took a little long , but i've alot apps. But the sync process cant end. IT stuck on step 6.
    8) Tryed again and even if there is noting more to sync  ( i took few second ) it stuck always in the end of process.
    i'de a group o message in the iMessagge app tha make my phone crash istantly but solved delting it..
    Any advise of how to fix? I've chaged alot of iphoens and never had problem like this to restore my data.

    Be sure to backup your 4 to your computer. Then, sync the 5 using the back-up from the 4. Then backup the 5. You will get MOST ALL of your information. Some things like recently added apps didn't go to my 5, neither did some music, but when I synched with the computer via iTunes I THINK they all reappeared. HOWEVER, my ical on the computer and my phone have more information than my cloud calendar. I also have more contacts on my iphone than in the cloud. Be sure to back up your 5 before doing a cloud sync.....I spent 2 hours on technical support last night, and he is going to call me back for another hour to two, to migrate all my info. BE CAREFUL, and if you have any "special circumstances," call Apple support. If you aren't sure what to do it is worth the time, effort, and expense, if your free support has ended! Having more than one apple ID is a pain. (I had one from prior use of Mobile Me, and a different one for iTunes, so my info is in two places, and won't all sync to my phone!)

  • Moving to a new PC - Backup / Restore problem (Help me John Ellis!  :-)

    I’m embarrassed to ask this. But I need help. I have spent probably 25 hours on this (mainly reading forums) and nothing has worked. Here’s my situation:
    I was using Photoshop Elements 7 on an old Windows XP PC.
    I tried to move my catalog to another computer using Backup and Restore (following these instructions: http://kb2.adobe.com/cps/402/kb402894.html).
    I used “Backup” to back up to an external hard drive.
    I connected the external hard drive to my new PC (Windows 7). I used Photoshop Elements 7 to “Restore” to the C drive. Selected New Location and restored into the Pictures Library.
    Problem: The “Restore” had two major problems
    The thumbnails all have question marks
    When I click on any of the photos, and look at its Properties, they are all pointing to the external hard drive (drive “E”). (Interesting, all the photos were copied to the C drive of my new PC also…they are in the Pictures Library. When I unplugged the E drive and restarted Photoshop Elements, the photos’ Properties were now pointing to the C drive. So that’s good. Except that about 10% of my photos still have the question marks.)
    To make sure I hadn’t lost my mind, I used my external hard drive and did a Restore to another PC. And had the identical experience.
    Any advice? Thanks!

    It seems that some path has become corrupted due to which the rest of the files are shown missing. Try reconnecting the files manually.

  • C3-00 backup restore problems.

    The backup function on the phone has some considerable limitations/problems:
    - home screen settings are not restored.
    - ringtones are not restored.
    - only applications preinstalled or downloaded from ovi store are restored correctly. Unsigned and third-party signed apps (e.g. opera 5.1) are restored as invalid jar files. These files cannot be executed, only deleted. Besides the invalid jar files directories created with a _private postfix (for every app). These directories contain icons only.
    This behavior is not wanted and
    causes problems for the user. For example the free password app keepass mobile became invalid after a backup and the stored passwords became inaccessible.
    Nokia Lumia 520 3046.0000.1329.2001 RM-914
    Nokia Asha 302 V15.09 22-05-13 RM-813

    1) Is it OK to upgrade firmware/software if it is a Tesco PAYG?
    Firmware upgrades are allowed & depends based on the region / service provider.
    2) Where do I find the firmware upgrade
    Visit http://europe.nokia.com/support/download-software/device-software-update/can-i-update 
    3) Where do the apps get downloaded to on the phone. I downloaded a couple of apps from the app store but can't find them on the phone
    Usually downloaded apps should be found at : Menu > Applications > Extras > Collection
    Pls click the green star at left if you find my post useful.
    C3-00 V07.20 Devices since 1999 Motorolla A130 ETACS, MicroTAC ETACS, M3788, Accompli 008, C200 Nokia RinGoIII (NHX-7A) ETACS, 7250i, 3210, 5210, 6030, 3230, 2300, 2310, 3110c, 6300 Ericsson KF788 TDMA, A1018s Sony Ericsson K510 Samsung SGH-600, C210, GT-C3200 Blackberry 7130g

  • HT4946 Yesterday I brought home my new iPhone 5!  Love it.  Backup-Restore problem

    Yesterday I brought home my new iPhone 5!  Love it.  Problem is I cannot put the stored information, that I backed up on iTunes from my iPhone 4S, onto the iPhone 5.  I continue to get a message that the file is corrupt, or won't sync with the new device.
    I have a MacBook Pro OS 10.8.2.  I have tried to open the back up file through the Library, etc with no success.  There is important information I do not want to lose on that backup.  A clerk where I purchased the phone told me it would be easy to just back up the 4S, and then plug the 5 in and all would be well.  Perhaps clerk mistaken?
    Can I somehow open the backup on my computer?
    Is there another way to sync the info to my new phone?  I'd prefer not to open an iCloud account.
    Thank you so much for any advice!
    God Bless you!

    Have you tried restarting the computer and the phone.?

  • Nokia 5800 (Backup Restore Problem)

    Hi!
    Yesterday I made a Full phone backup with  PC Suite.
    After that I was going thru all my message (approx 940 of them) in PC Suite, its much eaiser to go thru all with that.
    And suddenly all messages dissapeared, I tried to reload but no message showed up....
    I checked the inbox in my phone and everything was gone there to, even my GMAIL message and account information....
    So I tried to restore the recently created backup BUT it said:
     Unable to restore : Messages
    I unhooked the phone and clicked into the inbox and got this message:
    "The selected memory isnt avaible, new messages will be saved in the phone memory" 
    So I tried to restore an backup from 21st December... same **bleep**.. unable to restore messages....
    I had to go to a backup from 19th december, but now im missing several messages that I need..
    Why isnt the 2 recently created backups working, is there something I can do to fix it ?
    The difference was that on the 20th december I changed the message memory from phone to memory card.
    And the phone moved everything to the memory card.. and it worked fine, I made an backup the day after.
    and the 25th (today) and none of those 2 can be restored....
    Only the backups with the message on the phone memory.. (everything else on the memory card works, pictures, movies, music etc etc. so the card is working..)
    So PLEASE help me, I really want my messages back again.
    Best Regards, Dan Norberg 

    Hi again (sorry for spamming)
    Just finnished up formatting memorycard and soft reset of phone.
    I have restored everything but my messages, The inbox says 974 messages.
    But There is only arount half of that restored and in the inbox (only half showing in PC Suite)
    Tried to restore the backup from yesterday with all my messages, but when I have done that (only messages/textmessages) and restart the phone it says: "The memory you are trying to use isnt avaible, messages will be saved in phone memory" 
    The strange thing is that I have opened the .nbu file with ABC Amber NBU and in that program I can see all messages until the backup was made...
    So why are the PC Suite not restoring the messages correctly into the phone ?
    I have the 8GB card that came with the phone inserted now instead of my 16GB Sandisk one.. (seems like the sandisk 16gb isnt good at all, 2nd time I had to format it....)
    So any ideas what todo now to restore the messages inside the backup from yesterday ?
    Cause if ABC Amner NBU program can read all messages then it should be possible to restore them to right ?
    ATM I have saved all messages on the phone instead of the memory card, I dont trust the cards anymore..
    So Please help me, I really want my text messages back into my phone.. 

  • Backup/restore problem....

    It is regarding a SAP DB 7.4.
    I have installed and new instance of SAP DB and SQL Studio. I am able to connect to my instance MQA via SQL Studio. I have taken a full back up of database. Total number of records in one the table is zero. I started to download the data. It is on AutoLog save mode is ON. After loading 10,000 records I took another full back up. He created two log backups, as part of AutoLog save, while loading data into MQA. Now I have two full backups. One at beginning which has zero records and other which has 10,000 records in one of the table. Now started to load more data and loaded another 2000 record and it created one more log back up file as part of the AutoLog save.
    First full backup = zero records
    Loaded 10,000 records and it created two log backup files
    Took full backup with 10,000 records.
    Loaded another 2000 records and created one more log backup file.
    Now I want to restore with last full backup. When I do it, it restores it successfully. But When I go to SQL Studio to check the records and they are still at 12,000. I was expecting it to be at 10,000.
    Then I did further testing and I deleted all the records in the table and brought it to zero. I went to restore it with full backup taken after 10,000 records. It restored it well but all the records are still zero.
    So my full backup is basically empty. I made sure that I was restoring it from good backup. Where could I go wrong? I have tried this few times and still same result.
    Please advice.
    Your help will be appreciated.
    Thank you everybody in advance.
    Thank you.
    SChau

    I think that backup is not empty.
    I did another test. I took another full back with 12000 records. Name of the back is DAT0003. No log file at this point. After this I deleted all the records and make the table empty. Then I tried to restore it, using <b>Recovery</b> option in DBM GUI, using DAT003 and it did say successful and started the database but did not fill the tables and tables were still empty. When I chose <b>Recovery with Initialization</b> option in DBM GUI and chose the same backup DAT003, It did work and loaded all the data back to table and now it is at 12000 records.
    So I really could understand the difference. What is the <b>Recovery</b> option used for?
    Please help me. I will be very greatfull to your help.
    Thank you.
    Sume.

  • Backup restore problem Balck berry 8900

    Hello,
    I have made a backup of my file few days back but now i can not be able to restore it.
    DM 5 is crashing during restore process with a windows message " Desktop manager has stopped working".
    Please help i have very important data to restore.
    Model: BB Curve 8900
    Desktop manager ver: 5.0.0.11
    BB device manager: 4.7.1.11
    Thanks in advance.

    How do I get into the router settings from my Balckberry? I have a blackberry curve 3G 
    I need to get into theMixed setting, but I don't know how to do that from my phone.
    The critical setting on the Router software was :  Basic Wireless Settings > Wireless Network Mode
                When set to Mixed, my Curve displayed an Active Profile.

  • Backup restore problem DM 5

    Hello,
    I have made a backup of my file few days back but now i can not be able to restore it.
    DM 5 is crashing during restore process with a windows message " Desktop manager has stopped working".
    Please help i have very important data to restore.
    Model: BB Curve 8900
    Desktop manager ver: 5.0.0.11
    BB device manager: 4.7.1.11
    Thanks in advance.

    Hi,
    an important thing to note: to be able to <b>restore/recover</b> you need to put the db instance in <b>admin/cold</b>:
    (version MaxDB 7.4, 7.5)
    dbmcli -d <SID> -u <dbm-user>,<pwd> db_admin
    (version SAP DB 7.3)
    dbmcli -d <SID> -u <dbm-user>,<pwd> db_cold
    I don't believe you need to use the <nnn> part in your case.
    If you still get an error message, please let me know which exact error you got and its context.
    Regards,
    Roland

  • Iphone4 backup restore problem because backup files are all just files

    Hi guys I have scoured the sea of articles and comments for this but couldn't make it work.
    My iphone 4 was backed up on the macbook - it first couldn't find the files so I had to find them and put the whole backup folder on the desktop so that when I try to restore the iphone via an old backup it could locate it.
    However, all the files in the very long named folders have no clickable files for itunes to begin the backup.
    If anyone could help that'd be great.
    Thanks
    Dan

    Anyone?

Maybe you are looking for