On ASM / restore ME a database

Hi all

With ASM / I, create a snapshot of SQL Server 2008 r2 cluster, but when I tried to retrieve the snapshot, I get the following photo, I'm sure useranme and the password for the VDS/VSS Acccess and access Smart copy are correct.

I click ok, a few seconds later, the 'Add or change group info' window apears again.

If I go into 'The iSCSI Initiator Properties', manually enter the user name and password (THE SAME WITH Smart copy Access) to connect the volume related, and then click ok in the windows 'Add or change group info', then «Restore chip...» "can succesfully finished.

is not cool, right?

My ASM / me is the latest version downloaded form www.equallogic.com

Operating system is windows 2008 r2 ent. with SP1.

anyboy help me?

Thank you.

Make sure that you set the user name and password on each node using the Setup Wizard remote, as indicated in the "Installation User Guide and Dell EqualLogic Host Integration Tools" page 32 in the section titled "setting up a computer to access a PS Series Group.

-joe

Tags: Dell Tech

Similar Questions

  • Steps to restore a RAC database


    Hi all

    Can someone provide the steps to restore a 4 database RAC node to another node 4 CARS?

    Database version: 11.2.0.2

    OPERATING SYSTEM: AIX 6.1

    If you are in the same version of the OS, there is not much difference between a CAR and a NON-Rac environment when restoring, you can check MOS notes RMAN Duplicate Database of RAC ASM with RAC ASM (Doc ID 461479.1)

  • Problem with the restoration of the database

    Hello world

    I have a strange problem while restoring the database with rman. The problem is that the data are not restored at all.

    Let me show you what I do step by step:

    1. create the test table:

    $ sqlplus / as sysdba

    SQL * more: Production of release 11.2.0.1.0 Thu Apr 17 22:51:58 2014

    Copyright (c) 1982, 2009, Oracle.  All rights reserved.

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > create table test (ID);

    Table created.

    SQL > insert into values test (1);

    1 line of creation.

    SQL > commit;

    Validation complete.

    2. backup the current database:

    rman target $ /.

    Recovery Manager: release 11.2.0.1.0 - Production Fri Apr 17 22:56:44 2014

    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

    connected to target database: ORACLE (DBID = 1672007929)

    RMAN > backup database;

    From 17 April 14 backup
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 6 type of device = DISK
    channel ORA_DISK_1: starting full datafile from backup set
    channel ORA_DISK_1: specifying datafile (s) in the backup set
    Enter a number of file datafile = 00001 name=/u01/app/oracle/oradata/oracle/system01.dbf
    Enter a number of file datafile = name=/u01/app/oracle/oradata/oracle/sysaux01.dbf 00002
    Enter a number of file datafile = name=/u01/app/oracle/oradata/oracle/undotbs01.dbf 00003
    Enter a number of file datafile = 00005 name=/u01/app/oracle/oradata/oracle/example01.dbf
    Enter a number of file datafile = name=/u01/app/oracle/oradata/oracle/users01.dbf 00004
    channel ORA_DISK_1: from room 1 to 17 April 14
    channel ORA_DISK_1: finished piece 1 to 17 April 14
    piece handle=/u01/app/oracle/flash_recovery_area/ORACLE/backupset/2014_04_17/o1_mf_nnndf_TAG20140417T230734_9o1j980f_.bkp tag = TAG20140417T230734 comment = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:57
    channel ORA_DISK_1: starting full datafile from backup set
    channel ORA_DISK_1: specifying datafile (s) in the backup set
    including the current control in the backup set file
    including current SPFILE in the backup set
    channel ORA_DISK_1: from room 1 to 17 April 14
    channel ORA_DISK_1: finished piece 1 to 17 April 14
    piece handle=/u01/app/oracle/flash_recovery_area/ORACLE/backupset/2014_04_17/o1_mf_ncsnf_TAG20140417T230734_9o1jc09s_.bkp tag = TAG20140417T230734 comment = NONE
    channel ORA_DISK_1: complete set of backups, time: 00:00:01
    Backup finished on 17 April 14

    3. change the data in the test table

    $ sqlplus / as sysdba

    SQL * more: Production of release 11.2.0.1.0 Thu Apr 17 23:10:16 2014

    Copyright (c) 1982, 2009, Oracle.  All rights reserved.


    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > select * from test;

    ID
    ----------
    1

    SQL > update test set ID = 2;

    1 line update.

    SQL > commit;

    Validation complete.

    4. restore the database

    RMAN target /.

    Recovery Manager: release 11.2.0.1.0 - Production Fri Apr 17 23:11:15 2014

    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

    connected to target database: ORACLE (DBID = 1672007929)

    RMAN > shutdown immediate;

    using the control file of the target instead of recovery catalog database

    database closed

    dismounted database

    Instance Oracle to close

    RMAN > bootable media.

    connected to the database target (not started)

    Oracle instance started

    mounted database

    Total System Global Area 835104768 bytes

    Bytes of size 2217952 fixed

    629147680 variable size bytes

    197132288 of database buffers bytes

    Redo buffers 6606848 bytes

    RMAN > restore database;

    From restoration to April 17, 14

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 156 type device = DISK

    channel ORA_DISK_1: from the restore backup set data file

    channel ORA_DISK_1: specifying datafile (s) to restore from backup set

    channel ORA_DISK_1: restore datafile 00001 to /u01/app/oracle/oradata/oracle/system01.dbf

    channel ORA_DISK_1: restore datafile 00002 to /u01/app/oracle/oradata/oracle/sysaux01.dbf

    channel ORA_DISK_1: restore datafile 00003 to /u01/app/oracle/oradata/oracle/undotbs01.dbf

    channel ORA_DISK_1: restore datafile 00004 in /u01/app/oracle/oradata/oracle/users01.dbf

    channel ORA_DISK_1: restore datafile 00005 to /u01/app/oracle/oradata/oracle/example01.dbf

    channel ORA_DISK_1: backup /u01/app/oracle/flash_recovery_area/ORACLE/backupset/2014_04_17/o1_mf_nnndf_TAG20140417T230734_9o1j980f_.bkp piece reading

    channel ORA_DISK_1: room handle=/u01/app/oracle/flash_recovery_area/ORACLE/backupset/2014_04_17/o1_mf_nnndf_TAG20140417T230734_9o1j980f_.bkp tag = TAG20140417T230734

    channel ORA_DISK_1: restored the backup part 1

    channel ORA_DISK_1: restore complete, duration: 00:00:55

    Restoration finished in 17 April 14

    RMAN > restore database;

    To go back to April 17, 14

    using channel ORA_DISK_1

    starting media recovery

    media recovery complete, duration: 00:00:03

    Finished recover at April 17, 14

    RMAN > sql 'alter database open;

    SQL statement: alter database open

    5. check if the data has been restored

    sqlplus / as sysdba

    SQL * more: Production of release 11.2.0.1.0 Thu Apr 17 23:14:39 2014

    Copyright (c) 1982, 2009, Oracle.  All rights reserved.


    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > select * from test;

    ID
    ----------
    2

    Summary:

    Data has not changed. Provided the ID is 1, but after the success of data recovery is not restored (ID is always 2).

    Can someone help me? What I am doing wrong?

    Database is Oracle 11 g with archivelog active

    Ol6 2.6.39 Linux OS - 300.17.2.el6uek.x86_64

    RMAN > restore database;

    To go back to April 17, 14

    using channel ORA_DISK_1

    starting media recovery

    media recovery complete, duration: 00:00:03

    Finished recover at April 17, 14

    RMAN > sql 'alter database open;

    SQL statement: alter database open

    5. check if the data has been restored

    sqlplus / as sysdba

    SQL * more: Production of release 11.2.0.1.0 Thu Apr 17 23:14:39 2014

    Copyright (c) 1982, 2009, Oracle.  All rights reserved.

    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > select * from test;

    ID
    ----------
    2

    Summary:

    Data has not changed. Provided the ID is 1, but after the success of data recovery is not restored (ID is always 2).

    Can someone help me? What I am doing wrong?

    Database is Oracle 11 g with archivelog active

    the recovery was successful, but achieved your goal.

    There are several options to reach your goal to recover your database to a particular State that is point in time.

    1 restore the file of control as noted above. you restore the control file must not be aware of the generated once archivelog that you update your table. IE backup controlfile prior you updatedyour table.

    2. do not apply archivelog all during recovery. You can use SNA, SEQUENCE, RESTORE POINT option of the recover command. This option requires that you open your database with resetlog.

    read: scene of Flashback and the database Point-in - time recovery

    After a restore successful your database (before the recover command), you can "alter database open read-only" to check and confirm the values in the table.

    HTH

    Tobi

  • How to use backups RMAN to restore a RAC database to single instance on another host?

    How to use backups Rman to restore a RAC database to single instance on another host?

    I tried to copy these inline for you:

    ------------




    Backups RMAN disk HowTo restore database RAC to single Instance on another node (Doc ID 415579.1)

    Down

  • Restore/recovery of database HRCS90 question: psimage2.dbf

    People,

    Hello. On December 2, 2013, I backed up my instance of database with RMAN with Oracle Linux 5 HRCS90. the backup of the database to run correctly. 2 files 'full_0doqhbqc_13_1' and 'full_0eoqhce9_14_1' are saved in the /backup_database_instance_HRCS90 directory.


    Because my HRCS90 database has been damaged, I need to restore the database to HRCS90 until the time 02-Dec_13 when it is saved.

    First, do not use SET up to THAT. I have run the commands below:

    RMAN > CONNECT TARGET;

    RMAN > RESTORE database;

    The system is in place the error message as below:

    RMAN-06956: create the data file failed; Retry after the withdrawal of the /u01/oradata/HRCS90/psimage2.dbf of the OS.


    So, I delete the /u01/oradata/HRCS90/psimage2.dbf file and do not have a copy of it.

    I run RESTORE DATABASE and the psimage2.dbf file is re-created.

    The output from the RESTORE DATABASE command is:

    Restoration complete, duration: 00:15:54

    Finished restore at February 1, 14.

    Then I run the following command:

    RMAN > RECOVER DATABASE;
    Its release: WARNING: media recovery until all SNA 1947113. Finished recover at February 3, 14.

    Second time, because I need the database prior to 12/02/2013 when she has been saved, I run the command below:

    RMAN > RUN {SET until TIME ' to_date (February 12, 2013: 00:04:56 ',' DD-MM-YYYY: HH24:MI:SS') ";} RESTORE THE DATABASE ;}

    The commands run correctly and restore complete above.


    Then I run the command below:

    SQL > ALTER DATABASE OPEN RESETLOGS;

    His output: failure to change the db command. File 121 was created in the future of incomplete recovery. Data file 121: u01/oradata/HRCS90/psimage2.dbf.

    RMAN > RECOVER NOREDO of DATABASE;

    Its release: recover command failed. Data file 121 must be restored.


    121 data file is the u01/oradata/HRCS90/psimage2.dbf file. I have made sure the directory/u01/oradata/HRCS90/has rwx for all users and groups permissions.


    RESTORE DATABASE SET up THAT do not recreate the file psimage2.dbf RESTORE DATABASE while recreate the file psimage2.dbf.

    I deleted the psimage2.dbf file and cannot resume. I can't find the ORA-1248 by DBPITR article using a current controlfile (Doc ID 1558515.1).

    My question is:

    Any folk can tell me how to RESTORE/RECOVERY of database HRCS90 with the VALUE up to THAT in other way for example using the file command?

    or how to fix psimage2.dbf file that has been deleted by me?

    Thanks in advance.


    Congratulations! Your database is open so not required recovery (recovery database noredo).

    I'm glad that it worked for you. Since you open this database with reset logs, it is recommended that you take a Level0 backup costs.

    HTH
    Anuj

  • restoration of the database

    Hi all

    As part of the requirement of the application, we have to restore a database to a stand-alone server from node 4 CARS.

    Source database: node 4 CARS with 11.1.0.7 version

    Target database must be: the standalone (11.1.0.7) with ASM database

    For RDBMS House, we can install binary 11.1.0.6 and 11.1.0.7 patch, but how can we setup DSO for this version?

    Thank you.

    Hello

    You should worry tha database version bacause the requirements of your applications, but, the DSO compatibility does too. I mean, to use ASM with Oracle 11 g 1 material you work, or install DSO the same or later version and that you can work very well.

    Read the following Oracle Documentation

    http://docs.Oracle.com/CD/B28359_01/server.111/b31107/asminst.htm#CHDBIGIE

    Kind regards

    Juan M

  • No - asm asm restore using duplicate

    version Oracle 11.2.0.2.0

    Hello a question guys, I'm trying to restore a non - asm asm database. I want to know if the following will work with the duplicate database.

    SET NEWNAME for DATAFILE ' / clu15/oracle/database/PROD/dbf/NDX_PROD.dbf' to '+ DGDEV1DBDATA03/database/DEV/dbf/NDX_PROD.dbf;

    SET NEWNAME for DATAFILE ' / clu15/oracle/database/PROD/dbf/NDX_PROD_01.dbf' to '+ DGDEV1DBDATA03/database/DEV/dbf/NDX_PROD_01.dbf;

    SET NEWNAME for DATAFILE ' / clu15/oracle/database/PROD/dbf/NDX_PROD_02.dbf' to '+ DGDEV1DBDATA03/database/DEV/dbf/NDX_PROD_02.dbf;

    SET NEWNAME for DATAFILE ' / clu15/oracle/database/PROD/dbf/NDX_PROD_03.dbf' to '+ DGDEV1DBDATA03/database/DEV/dbf/NDX_PROD_03.dbf;

    Thank you

    This above will work.

    If you want to use the architecture of DAO, you can simply give

    SET NEWNAME for DATAFILE ' / clu15/oracle/database/PROD/dbf/NDX_PROD.dbf' to '+ DGDEV1DBDATA03;

    You can also set the db_file_name_convert and log_file_name_convert.

  • With regard to the restoration of the database and recovery (DBPITR)

    Hello

    Today I have a level 0 backup (23/01/2015) and I want to restore and to recover the database up to yesterday (22/01/2015-21:00) by using the backup of level 0 of today.

    Is this possible? If so, please tell me how?

    Thanks in advance.

    Hello

    It is not possible to restore and to recover the database until yesterday with the backup of level 0 of today.

    Your flashback database is active? If it is active, then you can use flashback database.

    to check it out;

    Select flashback_on in the database of v$.

    Talip Hakan Öztürk

  • Restore/recovery of database HRCS90 how?

    People,

    Hello. On December 2, 2013, I backed up my instance of database with RMAN with Oracle Linux 5 HRCS90 as below:

    SQL > bootable media. (HRCS database is mounted but is not open.)

    SQL > "exit";

    [user@linux bin] $. / rman

    RMAN > Connect target;

    RMAN > configure channel device type disk format ' / backup_database_instance_HRCS90/full_%0_%s_%p'; (backup_database_instance_HRCS90 is the directory to store the backup files)

    RMAN > configure retention policy to recovery of 360 days window;

    RMAN > set up automatic backup of control file;

    RMAN > show all.

    RMAN > backup database;

    Then database backup is running properly. The 2 files 'full_0doqhbqc_13_1' and

    "full_0eoqhce9_14_1" are saved in the /backup_database_instance_HRCS90 directory.

    Because my HRCS90 database has been damaged, I need to restore the database to HRCS90 until the time 02-Dec_13. My questions are:

    First of all, I have to delete my current instance of the database HRCS90 which is corrupt?

    Secondly, I just do the follwing 2 commands one by one to restore the database:

    RMAN > restore database;

    RMAN > restore database;

    Thirdly, the commands above 2 restore database HRCS90 in the 2 files automatically in the directory /backup_database_instance_HRCS90 on December 2, 2013?

    Finally, if the above 2 commands are not correct, how do I restore the database correctly on December 2, 2013?

    Thanks in advance.

    Hello

    The control used when retrieving file contains references to files created after CAMILLE.

    It is possible to make a DBPITR using a current copy of the control file or a copy that contains files created after the DBPITR.  However, some additional steps are necessary to avoid the ORA-1248.

    Following article will help you.

    ORA-1248 by DBPITR using a current controlfile (Doc ID 1558515.1)

    Thank you

    Renu

  • difference between compatible.rdbms in asm and compatible parameter database

    Hi gurus,

    Here, I have little doubt. What is the difference between compatible.rdbms and the compatible parameter database.

    We have a 2 node RAC on solaris. When I checked at the ASM instance level I found compatible.rdbms has the value 10.1.0.0.0 and compatible.asm 11.2.0.0.0 and compatible database is set to 11.2.0.0.0.

    Please guide me it will make a difference. Or I have to change the compatible.rdbms to a higher value.

    Thank you and best regards,

    Vincent Poorna Prasad.S

    When compatible.rdbms is set to 10.1.0.0.0, this means that the instance ASM (version 11.2.0.0.0) is compatible to support lower versions of instances of RDBMS from version oracle 10.1.0.0.0.

    If you don't want the ASM instance in support of the lower courts of RDBMS version, you can change the setting.

  • [HELP] A DATABASE restore tablespace at DATABASE B)

    Hi, I am a beginner, I have a problem on restoring with rman
    example: I have 2 database in 2 different server, I backup full of database in a server (RMAN > backup database format ' / u01/BK_FULL_A.bak ') so I have BK_FULL_A.bak, and now I want to restore a tablespace (in BK_FULL_A.bak) in the database server B
    What should I do?

    Thank you

    I don't think you can use an rman backup to restore only a single tablespace on another database.

    You can do it from a backup, it is all automated by RMAN. It creates an auxiliary instance, do TSPITR to auxiliary, making the tablespace (s) readonly and then exports the metadata for the transport of tablespace. It's pretty amazing to watch him do this.

  • Restore from different database Rman backup RMAN

    Hello world

    I'm practicing Rman, so I request that the way to restore the rman backup in a different database.

    For example:

    1. I have backup Rman of DB1 to level 0 and level 1 cumulative data base more archievelog

    2. I need to import or restore the backup Rman of DB1 to a different database DB2.

    What is the procedure to make the queries above. Please anyone one help out me.

    I use oracle 10g r2 running in windows server 2003.

    Thanks in advance.

    flanged wrote:
    Hello world

    I'm practicing Rman, so I request that the way to restore the rman backup in a different database.

    For example:

    1. I have backup Rman of DB1 to level 0 and level 1 cumulative data base more archievelog

    2. I need to import or restore the backup Rman of DB1 to a different database DB2.

    What is the procedure to make the queries above. Please anyone one help out me.

    I use oracle 10g r2 running in windows server 2003.

    Thanks in advance.

    If you want to restore the database from one node to the node of dfiferent, you can follow below url

    http://mohamedazar.WordPress.com/2011/03/13/disaster-recoveryrestore-database-from-one-server-to-another-server-when-different-location/

    but you couldnot able to restore the database backup entire rman in another database instance struture.

  • ASM for an ERP database

    Hello

    Can I use ASM for an instance of database in ERP and other for the file system normal .ext?
    If so, what impact would the system?


    Here is the explanation:
    Server1:
    Basis of data = prod [used for Oracle E-business Suite r12
    Used file system is ext3 as normal file system.
    Basis of data = prod1 [used for managementV19.x the Oracle utility]
    Intend to use the ASM file system.
    Can my question I have systems of ASM file on the same server to a different database?
    but please provide some documents

    Double post? - ASM filesystem and ext.

  • Restore XE Oracle Database 10g on another machine

    Hello

    I have an Oracle XE server on a Windows XP computer, and I want to copy it to a Windows 7 computer.
    On XP, I did a backup through the database "backup" of the GUI. The Oracle backup created 3 new folders under C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\
    ARCHIVELOG
    AUTOBACKUP
    BACKUPSET

    I installed XE on the Windows 7 machine and it seems to work.
    Then I had to face the 3 files to backup on a USB and put them in the folder structure on the new Windows 7 machine. I ran the restoration from the GUI as administrator. Restore failed, and I can't understand why. I don't know what are the sequence numbers.

    Now I can't get into Apex or Apex_Admin

    Thanks for taking a peek at this.

    The contents of the OXE_RESTORE file is as follows:
    Recovery Manager: Release 10.2.0.1.0 - Production on Sat Jan 8 18:33:11 2011

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    Windows NT Version V6.1
    CPU: 8 - type 586, 4 physical cores
    Process affinity: 0x00000000
    Memory (success/Total): Ph: 6031 M / 8183 M, Ph + FCP: 13737 M / 16364 M, GOES: 1973M / 2047 M
    From debugging disabled

    connected to target database: xe (unassembled)

    RMAN > set the echo;
    2 > restore (spfile to autobackup db_recovery_file_dest = 'C:\oraclexe\app\oracle\flash_recovery_area\');
    3 > strength of startup nomount;
    4 > restore (automatic backup controlfile);
    5 > change the editing of the database;
    6 > configure controlfile autobackup.
    7 > restore database;
    8 >
    echo on

    From restoration to January 8, 11
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 37 devtype = DISK

    destination field of recovery: C:\oraclexe\app\oracle\flash_recovery_area\
    name of database (or unique name of database) used for research: XE
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP
    channel ORA_DISK_1: restore SPFILE full automatic backup
    Finished restore at 8 January 11

    Oracle instance started

    Total System Global Area 805306368 bytes

    Bytes of size 1289996 fixed
    239075572 variable size bytes
    562036736 of database buffers bytes
    Redo buffers 2904064 bytes

    From restoration to January 8, 11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 36 devtype = DISK

    destination field of recovery: C:\oraclexe\app\oracle\flash_recovery_area
    name of database (or unique name of database) used for research: XE
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP
    channel ORA_DISK_1: restore full automatic backup of control file
    name of the output file = C:\ORACLEXE\ORADATA\XE\CONTROL. DBF
    Finished restore at 8 January 11

    mounted database
    output channel: ORA_DISK_1

    RMAN old configuration settings:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration settings:
    CONFIGURE CONTROLFILE AUTOBACKUP
    new RMAN configuration settings are stored successfully

    From restoration to January 8, 11
    From implicit overlapping Backup 8 January 11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 35 devtype = DISK
    Cut objects 1
    Backup of implicit overlap ended in January 8, 11

    Starting copy of implicit cross-8 Jan 11
    using channel ORA_DISK_1
    Copy of implicit overlap finished-8 Jan 11

    the search for all files in the recovery area
    cataloging files...
    cataloging done

    List of cataloged files
    =======================
    File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. ARC
    File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. ARC
    File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP

    using channel ORA_DISK_1

    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile 00001 to C:\ORACLEXE\ORADATA\XE\SYSTEM. DBF
    restoring datafile 00002 to C:\ORACLEXE\ORADATA\XE\UNDO. DBF
    restoring datafile 00003 to C:\ORACLEXE\ORADATA\XE\SYSAUX. DBF
    restoring datafile 00004 to C:\ORACLEXE\ORADATA\XE\USERS. DBF
    restoring datafile 00005 to C:\ORACLEXE\ORADATA\XE\APEX_1244616068553754.DBF
    channel ORA_DISK_1: backup C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\BACKUPSET\2011_01_07\O1_MF_NNNDF_TAG20110107T194642_6LHDZM3X_ piece reading. AK3
    channel ORA_DISK_1: restored the backup part 1
    piece handle = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\BACKUPSET\2011_01_07\O1_MF_NNNDF_TAG20110107T194642_6LHDZM3X_. Tag BKP = TAG20110107T194642
    channel ORA_DISK_1: restore complete, duration: 00:00:56
    Finished restore at 8 January 11

    Complete recovery manager.

    Recovery Manager: Release 10.2.0.1.0 - Production on Sat Jan 8 18:34:37 2011

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    Windows NT Version V6.1
    CPU: 8 - type 586, 4 physical cores
    Process affinity: 0x00000000
    Memory (success/Total): Ph: 6021 M / 8183 M, Ph + FCP: 13238 M / 16364 M, GOES: 1973M / 2047 M
    From debugging disabled

    connected to target database: XE (DBID = 2604800077, is not open)

    RMAN > set the echo;
    2 > restore database;
    3 > alter database open resetlogs;
    4 >
    echo on

    From back-8 Jan 11
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 38 devtype = DISK

    starting media recovery

    Archive journal 1 sequence 375 thread is already on the disk that the file C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. ARC
    archive log thread 1 sequence 376 is already on the disk that the file C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. ARC
    archive log filename = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. Wire ARC = 1 sequence = 375
    archive log filename = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. Wire ARC = 1 sequence = 376
    Cannot find the log archiving
    archive log thread = 1 sequence = 377
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command recover at 08/01/2011 18:34:47
    RMAN-20000: abnormal termination of job step
    RMAN-06054: recovery of media asking unknown journal: thread 1 seq 377 lowscn 11715842

    Complete recovery manager.

    Published by: PhilMan2 on January 8, 2011 19:24

    If you have made a full recovery, with online redo logs (copied on in cool mode).
    Good.

    Hemant K Collette

  • Restore the SQL database

    Hi All-

    I installed 11.1.2 on SQL server 2008. There is a requirement where we want to reinstall SQL server 2008. We had a return to the top of all the existing databases that we can restore once it is reinstalled. Do we need

    something special for the Hyperion database we have on SQL & installtion would work as it is after we have restored the database or it will reconfigure again.

    Please advise!

    Thank you!

    If the account details, host name and instance for SQL server will remain the same so all you will need a backup of databases and then, you can simply restore.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for