Restore cold backup without resetlogs option

Hi,
im using oracle 10.2.0 , i'm migrating database to SAN, how can i restore cold backup with noresetlogs.

Hi pawan,
steps i will follow are as follows:
1. take backup of controlfile with noresetlogs.
SQL> database backup controlfile to trace noresetlogs;
2. Shut down the database, take cold backup(datafiles,redologfiles).
3. recreate the controlfile.
4. the open the database with noresetlogs
are the steps fine or need any changes.

Similar Messages

  • How can i restore old backup without deleting my existing data

    how can i restore old backup without deleting my existing data. unfortunately i have deleted few of my old photos and restored them from my old backup. i got the deleted photos but lost my recent data and photos. how can i get those too.

    You cannot. However, if your back up is through iTunes on your computer and you do an internet search for something like "iPhone BackUpExtractor", I believe there is software that will help you access the SQL database that is your back up. You may be able to pull out what you need.
    Once you restore from a back up, any data that was on the phone is gone.

  • Restore cold backup and RMAN backup

    Hi,
    I have cold backup as well as RMAN backup. But i don't know how to restore the backup.
    Please anybody send, steps or links for restoring both backups.
    Regs,
    Brijesh

    The "script" would depend on how the backup was done.
    A cold backup should be a backup of controlfiles and datafiles.
    Was it done using RMAN ? Or done using an OS command (e.g. "cp" or "tar" or "cpio") ?
    A non-RMAN cold backup can be restored with the same command that was used to create the backup. If the backup did not include the Online Redo Log files, you need to simulate a dummy recovery from the SQL command line (RECOVER DATABASE UNTIL CANCEL ; then CANCEL) and ALTER DATABASE OPEN RESETLOGS.
    If the backup was done using RMAN, you need to
    1. RESTORE CONTROLFILE FROM '/location_of_backuppiece'
    2. ALTER DATABASE MOUNT
    3. RESTORE DATABASE
    4. ALTER DATABASE OPEN
    Hemant K Chitale

  • How to restore cold backup + archived log files

    Hi,
    Suppose I take a cold backup on 18th. After that I have four days of archived log files. if the database crashes on 5th day, I have to restore the 18th cold back + 4 days of archived log files. How do I restore since it is a cold backup and I cant do incomplete recovery.
    can I use
    Recover database ( with 18th cold backup) in mount state and apply archived logs.
    Prabhath

    The details of how you perform forward recovery using a cold backup depends on
    1- rman or manual backup
    2- using current or backup control file
    3- if rman, recovery catalog or no recovery catalog
    4- if full database recovered or only a few files
    Each of these conditions will affect what is known to Oracle and what needs to be done. For example if you restored the entire cold backup including the control file then Oracle would see a consistent database and not need to perform recovery so you would need to startup mount and tell the database to perform recovery using a backup control file. If using rman and no recovery catalog you might need to catalog some of the archived redo logs, etc....
    It is advisable to consult the Backup and Recovery manuals before attempting recovery for any new scenario.
    HTH -- Mark D Powell --

  • ORA-12560 in database restore cold backup

    Hi guys,
    I'm trying to restore a cold backup (WINDOWS NT) and I did the following:
    1. Restore the datafiles in a specific location, according to the directory that the files were before.
    2. Create the service:
    C:\>oradim -new -sid ORCL -startmode auto -pfile C:\oracle\admin\ORCL\pfile\initORCL.ora
    3. startup the listener with the instance.
    4. When I try to connect as follows, I receive the following error:
    C:\>connect "/as sysdba"
    'connect' is not recognized as an internal or external command,
    operable program or batch file.
    C:\>sqlplus "/as sysdba"
    SQL*Plus: Release 9.2.0.3.0 - Production on MiΘ Ago 13 17:20:32 2003
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    Enter user-name:
    C:\>
    What am I missing???
    TIA.

    You may be hitting bug 4598734. See Metalink Note:359428.1 - Windows: Starting the instance service fails to start the database in Server rel. 10g

  • Partition Restore Cold Backup Different System and Different Version DB

    Is it possible, can we restore the cold backup at different database version and different operating system(but same ENDIAN_FORMAT) ????????
    My original system HP-UX (64-bit) and database version 10.2.0.3.0 i have cold backup and i want to partion restore on Linux Redhot 5.5 (64-bit), database version 10.1.0.4.0 .
    If it is possible. How can i do this.

    My original system HP-UX (64-bit) and database version 10.2.0.3.0 i have cold backup and i want to partion restore on Linux Redhot 5.5 (64-bit), database version 10.1.0.4.0 .1. AFAIK you can not do it i mean wiht cold backup move from HP to linux
    2. You can try to use exp-imp if you want to change db version.
    See below notes:
    Master Note For Oracle Database Upgrades and Migrations [ID 1152016.1]
    Different Upgrade Methods For Upgrading Your Database [ID 419550.1]
    Regard
    Helios

  • Restore cold backup

    Hi
    After restoring the cold backup
    I need to recreate the controlfile.
    Do I need to recover afterwards? since I created new controlfile.
    or just
    alter database open;
    Oracle 9i, user managed backups

    scofield wrote:
    Hi
    After restoring the cold backup
    I need to recreate the controlfile.
    Do I need to recover afterwards? since I created new controlfile.
    or just
    alter database open;
    Oracle 9i, user managed backupsWe have said couple of things many times but seems that people don't really care.
    1) Always mention complete thing/story, not just a snippet of it.
    2) Always tell the complete version, 9202 9208.
    3) Check the oracle docs,
    [Restoring and Re-Creating Control Files|http://download.oracle.com/docs/cd/B10501_01/server.920/a96572/osrestore.htm#26488]
    HTH
    Aman....

  • HT1766 I sync my ipad at least once a week, i lost some data yesterday but like I said, i synnced my ipad 4 days ago and i want to restore to that point. when i choose "Restore from backup" the only options i see on the grid list is today, wheres a week a

    i want to restore from the auto updates that are made by itunes.

    When you synced the iPad today, you overwrote the backup fromlast week. If you would have turned off auto sunc and simply restored from the backup without syncing, you would have bee fine.
    In certain situations - such as when you only sync once a week, iTunes creates a new backup for that sync that overwrites the last backup. If it has been a week since you last synced, iTunes reads the latest data on the iPad since the last backup and then creates a new up to date backup.

  • How to restore cold backups on other server

    Hi all
    On Oracle9i production server, we have windows scheduled job to take the cold backups every day night. The size of the database is 2GB.
    Now, the cold backup consists of
    - Database files & Log files
    - Parameter file
    - Control file.
    I am required to check the validity of the cold backup we have. So, I need to restore the database in another server.
    So, please provide me the steps I need to do to restore the database.
    Thanks.

    See Chapter 3 "Performing User-Managed Restore Operations" of the
    "Oracle9i User-Managed Backup and Recovery Guide Release 2 (9.2)" (Part Number A96572-01)
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96572/osrestore.htm#26029
    Best to start with Chapter 1 "Introduction ..."
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96572/intro.htm#431510
    and Chapter 2 "Making User-Managed Backups"
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96572/osbackups.htm#10000
    If you are on Windows note that besides installing the sofwtare you must also create the Oracle Service before you restore a database backp to another server.
    See Chapter 6 "Backing Up and Recovering Database Files" in the Oracle Database Administrator's Guide for Windows
    http://download.oracle.com/docs/cd/B10501_01/win.920/a95491/backup.htm#1004903

  • Restore from Backup without saving

    How do I stop iTunes from saving an additional backup when I am restoring to backup on a new iPhone. It takes up alot of space and I do not have enough, hence the process stops after some time.

    Relatively, the iPhone's backup does not take up that much space. If your computer's hard drive does not have enough free storage space for the iPhone's backup, you need to free up some space in a hurry or you risk data loss with other data on your computer and computer performance problems.
    iTunes creates and maintains a separate backup for each iDevice which cannot be changed or prevented. When connecting a new iPhone to iTunes the first time, there is nothing on the new iPhone to be backed up. You are prompted to transfer the backup for an existing iPhone which must be followed by a sync and a new backup for the new iPhone is created. After the new backup is created for the new iPhone, you can delete the backup for the old iPhone. If you continue to sync the old iPhone with iTunes, a new backup for the old iPhone will be created by iTunes which will be updated as the first step during the iTunes sync process.
    If your computer's hard drive does not have enough storage space for this, you need to focus your efforts elsewhere such as removing as much data from the existing hard drive as possible such as removing 3rd party apps that are rarely if ever used, transferring your iTunes library to an external hard drive and the same for all photos stored on your computer's hard drive, or invest in hard drive upgrade for your computer to a much larger hard drive.
    If your computer's hard drive has less than 10% free, the iPhone's backup is the least of your concerns.

  • IPhone gift: Can I restore from backup without her knowing?

    Hi
    I have bought a new iphone 5S for my wife's Christmas present.
    I know her Apple ID and so I know that I can restore from iCloud backup
    However.... Can I download the iCloud data to her new phone without her knowing OR without it deleting the content from her old (current) phone?
    It would be nice to give her it on Christmas Day all done - without all the set-up fuss that you can get.
    Thanks
    B

    Plug her old phone into iTunes and back it up. Plug the new phone into iTunes and restore it from the backup you made.

  • Not able to restore from backup. Only option when right click is "eject"

    My iphone 3G crashed and I was told to connect it to iTunes. I did so and it was restored to factory settings. Everything was wiped. Now, when I plug it in, the screen where options are supposed to be is completely blank and when I right-click on the device name, the only option is "eject". New Playlist, Sync, Transfer Purchases, etc are all gone.
    Help? Please? How am I supposed to restore anything when that's not even an option and the only option at all is to eject?

    it is already ios5.01 i had it upgraded at the genius bar in the apple store.
    What i tried doing was restoring it from an earlier backup in time and that one worked . So i manually re added all the files on my computer to my ipod but there is still some missing information like i have to manually redownload all of my apps

  • How do I restore from backup? Menu option gone

    Hi,
    I am stunned as I can't seem to find the option to restore my phone from a backup anymore. I know it used to be there, but can't seem to find it.
    I need to be able to do it, as per my network provider, to get it unlocked as I am past my contract term. Their instructions were: backup your phone, restore from that backup and you are done.
    Step 1 - done. Step 2 - Help??
    Thanks in advance!
    Svetlana

    That's odd... I tried again, 10 minutes later and the option was back there. Apparently you just can't restore right after you sync

  • RMAN cold backup without shuting down R12 application services?

    Hi,
    Due to some reasons I can't shutdown appstier bcz every time I have to regenrate JAR files.I want to take RMAN cold database backup with stopping all services or I want to shutdown only concurrent manager(adcmctl stop) and apps listener(adalnctl.sh stop).Please comment if this is workable.
    Thanks
    M Latif

    Hi Latif;
    Due to some reasons I can't shutdown appstier bcz every time I have to regenrate JAR files.I want to take RMAN cold database backup with stopping all services or I want to shutdown only concurrent manager(adcmctl stop) and apps listener(adalnctl.sh stop).Please comment if this is workable.Why tou are generate Jar files? What is your reason? RMAN=hotbackup means you dont need to shutdown db or apps. For our client we never close appstier while we are taking RMAN backup
    Regard
    Helios

  • Restore Cold Backup Into Test Database

    Hi all.
    Here's what I want to do...
    Copy TESTDB1 into TESTDB2 just by moving the datafiles across the network.
    Which files will I need to move over, etc? (control files and datafiles good enough?)
    Any input is appreciated.
    Thanks.

    I hope I'm not missing anything:
    spfile/pfile
    pwd file
    control files
    data files
    redo log files
    Some of them can be recreated but why bother if you can copy the full DB when is down. I'm assuming you have the same directory structure.

Maybe you are looking for

  • Slow and episodic downloads, frequent timeouts

    Here's my setup: I have a 8Mb/s broadband service from TalkTalk (in the UK) which I access over wireless. Speedtest shows an upload speed of 4.8Mb/s. My Netgear modem reports that it is connected at 5.5Mb/s. Leopard 10.5.4 iMac G5 Airport Extreme Air

  • NetStream.Play.InsufficientBW when streaming server side playlist

    Hi I am streaming pre recorded audio files (mp4) to an AIR client. I have tried two different solutions, streaming the file directly with the NetStream.play("mp4:xxxxx.m4a") and creating a server side playlist, adding the same sound clip and then str

  • Newbie question - .me url

    Hello, Im new to iWeb and MobileMe. Actually I'm still on the free trial of MobileMe since I want to test it first. When I'm publishing my webpage from iWeb via MobileMe account, it says that my URL is www._____.me. But when I go to that address, it

  • Have an iPod mini what next for my G4

    Hello, My wonderful used G4 audio digital is a really nice computer and I enjoy learning more about it. Now I have a hand me down iPod mini. OK I charged it up using the USB on my Gateway PC. So when I plug the iPod mini into the Gateway USB the good

  • How dramatic should lens correction be?

    I've seen demos on line where the curved lines in very wide angle shots were pretty much straightened out. I made a LCP file for my Nikon D90 with the kit lens, and the auto-corrected images aren't dramatically different. Is that because there wasn't