RMAN-06094: datafile 1 must be restored

Hello,
in standby database, using RMAN
RMAN> recover database noredo;
Starting recover at 11-DEC-12
allocated channel: ORA_SBT_TAPE_1
channel ORA_SBT_TAPE_1: SID=4353 device type=SBT_TAPE
channel ORA_SBT_TAPE_1: Data Protection for Oracle: version 5.4.1.0
allocated channel: ORA_DISK_1
channel ORA_DISK_1: SID=4344 device type=DISK
allocated channel: ORA_DISK_2
channel ORA_DISK_2: SID=4346 device type=DISK
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of recover command at 12/11/2012 09:25:19
RMAN-06094: datafile 1 must be restored
RMAN> restore datafile 1;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 12/11/2012 09:38:05
ORA-27191: sbtinfo2 returned error
Additional information: 3402
Any idea,
thank you very much.

Thank you very much.
yes, I know, but the primary is a 2TB huge database, a full backup will take a lot of time and disk space. in fact, I don't have disk to hold it (even compressed backup)
another option is go to rman catalog, trying to restore from tape full backup of primary.
do
RMAN> show all;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of show command at 12/11/2012 09:52:11
RMAN-03014: implicit resync of recovery catalog failed
RMAN-03009: failure of partial resync command on default channel at 12/11/2012 09:52:11
ORA-00001: unique constraint (RMAN.BDF_U1) violated
ORA-00001: unique constraint (RMAN.BDF_U2) violated
RMAN> restore datafile 1;
Starting restore at 11-DEC-12
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 12/11/2012 09:55:26
RMAN-03014: implicit resync of recovery catalog failed
RMAN-03009: failure of partial resync command on default channel at 12/11/2012 09:55:26
ORA-00001: unique constraint (RMAN.BDF_U1) violated
ORA-00001: unique constraint (RMAN.BDF_U2) violated
I checked ,that is a bug.
so seems like a little despire.
by the way, I have question:
we didn't backup the standby database. so if I login rman catalog and try to restore standby database,
how can I restore a standby databaes by using a primary database's full backup? (is there any possible to do this)
thank you very much.
Edited by: 968967 on Dec 11, 2012 8:28 AM

Similar Messages

  • RMAN-06094: datafile 344 must be restored : in duplicate db from active db

    Hi All,
    I am on oracle 11g database running on Solaris Sparc 64 Bit.
    I am trying to use the RMAN Duplication command using the active database with the following command :
    rman target sys/manager@TARGET nocatalog  auxiliary sys/manager@DEST <<EOF
    run {
    allocate channel ch1 type disk;
    allocate channel ch2 type disk;
    allocate channel ch3 type disk;
    allocate channel ch4 type disk;
    allocate channel ch5 type disk;
    allocate auxiliary channel ch6 type disk;
    allocate auxiliary channel ch8 type disk;
    allocate auxiliary channel ch7 type disk;
    allocate auxiliary channel ch9 type disk;
    allocate auxiliary channel ch10 type disk;
    SET NEWNAME FOR DATABASE TO '/p1/oracle/DEST/DEST/datafile/%U';
    duplicate database to DEST from active database nofilenamecheck;}I got this error at the end of the output :
    datafile 340 switched to datafile copy
    input datafile copy RECID=2183 STAMP=789836366 file name=/p1/oracle/dest/DEST/datafile/data_D-TARGET_TS-SYSAUX_FNO-340
    datafile 341 switched to datafile copy
    input datafile copy RECID=2184 STAMP=789836366 file name=/p1/oracle/dest/DEST/datafile/data_D-TARGET_TS-RMX_DATA_FNO-341
    datafile 342 switched to datafile copy
    input datafile copy RECID=2185 STAMP=789836366 file name=/p1/oracle/destr/DEST/datafile/data_D-TARGET_TS-RMX_IDX_FNO-342
    datafile 343 switched to datafile copy
    input datafile copy RECID=2186 STAMP=789836366 file name=/p1/oracle/dest/DEST/datafile/data_D-TARGET_TS-RMX_LOBS_FNO-343
    contents of Memory Script:
       set until scn  10453270596456;
       recover
       clone database
        delete archivelog
    executing Memory Script
    executing command: SET until clause
    Starting recover at 28-JUL-12
    released channel: ch1
    released channel: ch2
    released channel: ch3
    released channel: ch4
    released channel: ch5
    released channel: ch6
    released channel: ch8
    released channel: ch7
    released channel: ch9
    released channel: ch10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 07/28/2012 15:00:09
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06094: datafile 344 must be restored
    RMAN>
    RMAN>
    Recovery Manager complete.
    ~Please suggest how to go about next.
    Regards
    Kk
    Edited by: Kk on Jul 28, 2012 2:41 AM
    Edited by: Kk on Jul 28, 2012 2:49 AM : APPENDED A BETTER OUTPUT

    Kk wrote:
    Hi All,
    The datafile 344 and 345 belonged to two different tablespaces which were not used.
    Morover , I dont know why , but the timestamp of both the datafiles 344 and 345 was showiing as JULY 6 instead of JULY 28.
    So i was sure this was causing the trouble.
    I dropped those 2 tablespaces and then reran the script again by removing the created controlfiles and the database was open.
    Just curious to know why were those 2 datafiles not getting populated with the latest timestamp ?
    Regards
    KkWhat is the status of both the data files? can you query from source database
    SQL> select file_id,online_status from dba_data_files where file_id in (344,345);
    Does that backup contain those two data files? If those two tablespaces have only one data file is it in Read only mode?

  • RMAN-06094: datafile 4 must be restored

    hello,
    10.2.0
    win 7
    Practice database
    i have deleted datafile 4 (users01.dbf)
    after watching some solutions on google , i learn to recreate perticular datafile by - take that datafile offline , then , alter database create datafile '..';
    but i learn that if control file is re-created after that datafile is created , it wont let u to create datafile .
    Now , the problem is even i issue this command = alter database datafile 'F:\oracle\product\10.2.0\oradata\ordb\users01.dbf' offline drop;
    its still showing me that file when i issue , select * from v$datafile; ( but in recover state) then what is of drop that datafile ?
    I cant even RMAN>backup database ; because it says datafile 4 must be restored .
    i dont have backup
    Thanks

    which version of windows 7 you have ?
    Error:     RMAN 6094
    Text:     datafile %s must be restored
    Cause:     A RECOVER command was issued, and the recovery catalog indicates the
         specified datafile should be part of the recovery, but this datafile is
         not listed in the controlfile, and cannot be found on disk.
    Action:     Issue a RESTORE command for this datafile, using the same UNTIL clause
         specified to the RECOVER command (if any), then reissue the RECOVER.

  • RMAN -06100: no channel to restore a backup or copy of datafile 51

    Oracle 10.2.0.4
    I am attempting to duplicate a database from a full backup that was written to tape. I connect to a catalog, the target, and an auxilliary database. I allocate channels for disk and allocate auxiliary channels. For testing purposes I am trying to restore one data file from tape to disk but get RMAN-06100.
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 23 DAYS;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE SBT_TAPE PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' PARMS 'ENV=(TDPO_OPTFILE=/xxxxx/oracle/tivoli/ndk8oasu181.opt)';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE;
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/xxxx/oracle/product/1020/db_1/dbs/snapcf_prd002l.f'; # default
    RMAN> run
    2> { allocate channel d01 type disk;
    3> allocate channel d02 type disk;
    4> allocate channel d03 type disk;
    5> allocate channel d04 type disk;
    6> allocate channel d05 type disk;
    7> allocate auxiliary channel stby01 type disk;
    8> allocate auxiliary channel stby02 type disk;
    9> set newname for datafile '/xxxxxx/d01/oradata/prd002l/patdata01.dbf' to '/xxxxxx/d26/oradata/prd002lp/patdata01.dbf';
    10> restore datafile '/xxxxxx/d01/oradata/prd002l/patdata01.dbf';
    11> release channel ch01;
    12> release channel ch02;
    13> }
    starting full resync of recovery catalog
    full resync complete
    allocated channel: d01
    channel d01: sid=1859 devtype=DISK
    allocated channel: d02
    channel d02: sid=1825 devtype=DISK
    allocated channel: d03
    channel d03: sid=2252 devtype=DISK
    allocated channel: d04
    channel d04: sid=1978 devtype=DISK
    allocated channel: d05
    channel d05: sid=1906 devtype=DISK
    allocated channel: stby01
    channel stby01: sid=1406 devtype=DISK
    allocated channel: stby02
    channel stby02: sid=1462 devtype=DISK
    executing command: SET NEWNAME
    Starting restore at 12-MAY-11
    released channel: d01
    released channel: d02
    released channel: d03
    released channel: d04
    released channel: d05
    released channel: stby01
    released channel: stby02
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 05/12/2011 08:00:46
    RMAN-06026: some targets not found - aborting restore
    RMAN-06100: no channel to restore a backup or copy of datafile 51

    Here is some additional information:
    6100, 1, "no channel to restore a backup or copy of datafile %d"
    // *Cause: A datafile, tablespace, or database restore could not proceed
    // because the backup of the indicated file exists on a device type
    // that was not allocated for restore.
    // *Action: None - this is an informational message. See message 6026 for
    // further details.
    what do i need to do to correct this: backup of the indicated file exists on a device type that was not allocated for restore

  • ORA-19612: datafile 0 not restored due to missing data

    Hello,
    I'm testing a restore of the controlfile. The database is in archivelog mode and autobackup is set to ON. I successfully did a full backup and backup as copy database.
    To test I did the following:
    - note the DBID
    - shutdown the database
    - renamed both controlfiles:
    $ mv /u02/rcat/control01.ctl /u02/rcat/control01.ctl_old
    $ mv /u02/fra/rcat/control02.ctl /u02/fra/rcat/control02.ctl_old
    When I try to restore the controlfile form autobackup I receive the following error. What could be reason please?
    [rcat@oel54]$ rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Fri Dec 10 00:07:41 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: RCAT (not mounted)
    RMAN> set dbid 502889862;
    executing command: SET DBID
    RMAN> restore controlfile from autobackup;
    Starting restore at 10-DEC-10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=19 device type=DISK
    recovery area destination: /u02/fra
    database name (or database unique name) used for search: RCAT
    channel ORA_DISK_1: AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp found in the recovery area
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101210
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101209
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 12/10/2010 00:09:55
    ORA-19870: error while restoring backup piece /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    ORA-19612: datafile 0 not restored due to missing data
    $ ll /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkp
    -rw-r----- 1 oracle dba 10354688 Dec  9 23:44 /u02/fra/RCAT/autobackup/2010_12_09/o1_mf_s_737336682_6j2pyv2l_.bkpThanks!

    The file was indeed corrupted as below will show.
    Very strange. Perhaps something with the latest Virtualbox or the SSD/hybrid harddrive. (host MacOSX 10.6, guest Oracle Linux 5.5 UEK)
    $ mv /u02/rcat/control01.ctl_old /u02/rcat/control01.ctl
    $ mv /u02/fra/rcat/control02.ctl_old /u02/fra/rcat/control02.ctl
    SQL> startup mount
    ORACLE instance started.
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-00264: no recovery required
    SQL> alter database open;
    Database altered.
    $ rman target /
    connected to target database: RCAT (DBID=502889862)
    RMAN> backup current controlfile;
    piece handle=/u02/fra/RCAT/backupset/2010_12_10/o1_mf_ncnnf_TAG20101210T012420_6j2wsoko_.bkp
    Finished backup at 10-DEC-10
    Starting Control File and SPFILE Autobackup at 10-DEC-10
    piece handle=/u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp comment=NONE
    Finished Control File and SPFILE Autobackup at 10-DEC-10
    RMAN> restore validate controlfile;
    piece handle=/u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp tag=TAG20101210T012422
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: validation complete, elapsed time: 00:00:02
    Finished restore at 10-DEC-10
    SQL> shutdown immediate
    $ mv /u02/rcat/control01.ctl /u02/rcat/control01.ctl_old
    $ mv /u02/fra/rcat/control02.ctl /u02/fra/rcat/control02.ctl_old
    SQL> startup nomount
    $ rman target /
    connected to target database: RCAT (not mounted)
    RMAN> set dbid 502889862;
    RMAN> restore controlfile from autobackup;
    Starting restore at 10-DEC-10
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=19 device type=DISK
    recovery area destination: /u02/fra
    database name (or database unique name) used for search: RCAT
    channel ORA_DISK_1: AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp found in the recovery area
    channel ORA_DISK_1: looking for AUTOBACKUP on day: 20101210
    channel ORA_DISK_1: restoring control file from AUTOBACKUP /u02/fra/RCAT/autobackup/2010_12_10/o1_mf_s_737342662_6j2wspvf_.bkp
    channel ORA_DISK_1: control file restore from AUTOBACKUP complete
    output file name=/u02/rcat/control01.ctl
    output file name=/u02/fra/rcat/control02.ctl
    Finished restore at 10-DEC-10

  • Rman, no datafile backup.

    Dear...
    I have one scenario.
    RMAN Backup - Yesterday.
    Datafile added today, and it lost in evening. How can one restore/recover datafile using RMAN, as datafile was not backed up in last RMAN backup.
    Version : 10.2.0.1.0
    Regards.

    YES, here is below.
    archived log file name=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_18_7N6MQBWS_.ARC thread=1 sequence=18
    creating datafile file number=7 name=C:\ORACLE\ORADATA\ORCL\USERS03.DBF
    RMAN> backup database;
    Starting backup at 21-FEB-12
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=133 device type=DISK
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    input datafile file number=00001 name=C:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
    input datafile file number=00002 name=C:\ORACLE\ORADATA\ORCL\SYSAUX01.DBF
    input datafile file number=00003 name=C:\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF
    input datafile file number=00005 name=C:\ORACLE\ORADATA\ORCL\EXAMPLE01.DBF
    input datafile file number=00006 name=C:\ORACLE\ORADATA\ORCL\USERS02.DBF
    input datafile file number=00004 name=C:\ORACLE\ORADATA\ORCL\USERS01.DBF
    channel ORA_DISK_1: starting piece 1 at 21-FEB-12
    channel ORA_DISK_1: finished piece 1 at 21-FEB-12
    piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2012_02_21\O1_MF_NNNDF_TAG20120221T132643_7N6MKWPX_.BKP tag=TAG20120221T132643 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:55
    Finished backup at 21-FEB-12
    Starting Control File and SPFILE Autobackup at 21-FEB-12
    piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\AUTOBACKUP\2012_02_21\O1_MF_S_775834060_7N6MMO5Q_.BKP comment=NONE
    Finished Control File and SPFILE Autobackup at 21-FEB-12
    RMAN> exit
    SQL> alter tablespace users add datafile 'C:\ORACLE\ORADATA\ORCL\USERS03.dbf' size 10m;
    Tablespace altered.
    SQL>
    SQL> alter system switch logfile;
    System altered.
    SQL> startup force mount exclusive restrict;
    ORACLE instance started.
    Total System Global Area  778387456 bytes
    Fixed Size                  1374808 bytes
    Variable Size             310379944 bytes
    Database Buffers          461373440 bytes
    Redo Buffers                5259264 bytes
    Database mounted.
    SQL> drop database;
    Database dropped.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>    exit
    C:\Users\bn2676>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 21 13:51:27 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area  778387456 bytes
    Fixed Size                  1374808 bytes
    Variable Size             310379944 bytes
    Database Buffers          461373440 bytes
    Redo Buffers                5259264 bytes
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    C:\Users\bn2676>rman target /
    Recovery Manager: Release 11.2.0.1.0 - Production on Tue Feb 21 13:51:52 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: ORCL (not mounted)
    RMAN> restore controlfile from 'C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\AUTOBACKUP\2012_02_21\O1_MF_S_775834060_7N6MMO5Q_.BKP';
    Starting restore at 21-FEB-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=63 device type=DISK
    channel ORA_DISK_1: restoring control file
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:03
    output file name=C:\ORACLE\ORADATA\ORCL\CONTROL01.CTL
    output file name=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\CONTROL02.CTL
    Finished restore at 21-FEB-12
    RMAN> sql 'alter database mount';
    sql statement: alter database mount
    released channel: ORA_DISK_1
    RMAN> restore database;
    Starting restore at 21-FEB-12
    Starting implicit crosscheck backup at 21-FEB-12
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=63 device type=DISK
    Crosschecked 8 objects
    Finished implicit crosscheck backup at 21-FEB-12
    Starting implicit crosscheck copy at 21-FEB-12
    using channel ORA_DISK_1
    Finished implicit crosscheck copy at 21-FEB-12
    searching for all files in the recovery area
    cataloging files...
    cataloging done
    List of Cataloged Files
    =======================
    File Name: C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_18_7N6MQBWS_.ARC
    File Name: C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_19_7N6NXV4M_.ARC
    File Name: C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\AUTOBACKUP\2012_02_21\O1_MF_S_775834060_7N6MMO5Q_.BKP
    File Name: C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\AUTOBACKUP\2012_02_21\O1_MF_S_775834547_7N6N2WHN_.BKP
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to C:\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
    channel ORA_DISK_1: restoring datafile 00002 to C:\ORACLE\ORADATA\ORCL\SYSAUX01.DBF
    channel ORA_DISK_1: restoring datafile 00003 to C:\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF
    channel ORA_DISK_1: restoring datafile 00004 to C:\ORACLE\ORADATA\ORCL\USERS01.DBF
    channel ORA_DISK_1: restoring datafile 00005 to C:\ORACLE\ORADATA\ORCL\EXAMPLE01.DBF
    channel ORA_DISK_1: restoring datafile 00006 to C:\ORACLE\ORADATA\ORCL\USERS02.DBF
    channel ORA_DISK_1: reading from backup piece C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2012_02_21\O1_MF_NNNDF_TAG20120221T132643_7N6MKWPX_.BKP
    channel ORA_DISK_1: piece handle=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2012_02_21\O1_MF_NNNDF_TAG20120221T132643_7N6MKWPX_.BKP tag=TAG20120221T132643
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:56
    Finished restore at 21-FEB-12
    R recover database;
    Starting recover at 21-FEB-12
    using channel ORA_DISK_1
    starting media recovery
    archived log for thread 1 with sequence 18 is already on disk as file C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_18_7N6MQBWS_.ARC
    archived log for thread 1 with sequence 19 is already on disk as file C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_19_7N6NXV4M_.ARC
    archived log file name=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_18_7N6MQBWS_.ARC thread=1 sequence=18
    creating datafile file number=7 name=C:\ORACLE\ORADATA\ORCL\USERS03.DBF
    archived log file name=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_18_7N6MQBWS_.ARC thread=1 sequence=18
    archived log file name=C:\ORACLE\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_02_21\O1_MF_1_19_7N6NXV4M_.ARC thread=1 sequence=19
    unable to find archived log
    archived log thread=1 sequence=20
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 02/21/2012 13:54:04
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 20 and starting SCN of 1226889
    RMAN> sql 'alter database open resetlogs';
    sql statement: alter database open resetlogs
    RMAN> exit
    Recovery Manager complete.
    C:\Users\bn2676>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 21 13:54:42 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select file_name from dba_data_files where tablespace_name='USERS';
    FILE_NAME
    C:\ORACLE\ORADATA\ORCL\USERS01.DBF
    C:\ORACLE\ORADATA\ORCL\USERS02.DBF
    C:\ORACLE\ORADATA\ORCL\USERS03.DBF
    SQL>

  • RMAN copy datafile replicated to standby?

    10.2.0.3 - standby is physical
    I want to rman move datafile from ASM/DATA0 to ASM/DATA1.
    STANDBY_FILE_MANAGEMENT is AUTO
    So something like this
    #rman> copy '/DATA0/file.dbf' to '/DATA1/new_file.dbf';
    switch to copy new_file.dbf';
    Where, why, what , when , how in the standby server.
    1) Will the 'file copy' and 'switch to' be replicated to the standby site automatically??
    2) Will I have to replicate the commands of 'file copy' and 'switch to' the standby.
    The tablespace/datafile must be offlined which is fine but the database cannot be down.

    First conferm me?
    1. Your Physical Standby on Normal File System or ASM for ASM Primary?
    U have to use parameter on standby side:
    db_file_name_convert parameter ='+ASM/DATA0','+ASM/DATA1
    Regards
    Anup
    http://indiandba.blogspot.com

  • I am installing itunes to a laptop and have not sync device to this lap. It is saying that it must first restore device. The problem is I have over 2000 pictures and don't want to lose them. Now my phone is in restore mode and I don't know what to do. I

    I am installing itunes to a laptop and have not sync device to this lap. It is saying that it must first restore device. The problem is I have over 2000 pictures and don't want to lose them. Now my phone is in restore mode and I don't know what to do. I don't want to proceed and loose these very important photos of family. What do I do to get it out of restore mode? My phone will not allow me to do anything to it at this point. I have the itunes downloaded on the laptop now. When I push the button for the phone it just shows Itunes and plug. I can't even call or open phone up.

    Unfortunately... Once the Device is asking to be Restored with iTunes... it is too late to save anything...
    See Here  >  http://support.apple.com/kb/HT1808
    However... Once you have Recovered your Device...
    Re-Sync your Content or Restore from the most recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766
    Jessica Sanchez wrote:
    I am installing itunes to a laptop and have not sync device to this lap. ...
    Using a computer, other than the one you have regularily been Syncing and Backing up to, was the begining of your issue.

  • I have an old ipod (5th gen) and I downloaded itunes to my toshiba computer. It says my ipod was formatted by mcintosh and must be restored before i can use on windows. is there a way to transfer my music? ty

    I have an old ipod (5th gen) and I downloaded itunes to my toshiba computer. It says my ipod was formatted by mcintosh and must be restored before i can use on windows. is there a way to transfer my music? ty

    Not without installing additional software on your computer.  The problem is that your Windows PC cannot read the Mac's disk format.  If the iPod was previously used on a Mac, its storage uses the Mac's disk format.  The Restore process reformats the iPod's disk for use with Windows, but this erases its current content.
    There are third-party products that allow Windows to read the Mac's disk format.  For example
    http://www.mediafour.com/products/macdrive
    However, even if your computer is able to read the Mac's disk format, iTunes cannot be used to transfer song files from iPod to computer (except for songs purchased from the iTunes Store).  But there are third-party methods and utilities that can transfer from iPod to computer.  If you do an Internet search on something like "ipod transfer," you should get some links.
    So, you may be able to do it by first making the iPod's disk readable on a Windows PC, and then using a method (that is not iTunes) to transfer its song files to your computer's drive.  After the song files are on your computer, you can add them to the iTunes library.

  • HT201210 My iPhone became wet at the beach.  I put it in rice for 4 days.  When I connect to itunes, it says the phone must be restored.  It starts and then gives either the error 2001, or 2006.  What exactly does this mean, and is it worth getting repair

    My iPhone became wet at the beach.  I put it in rice for 4 days.  When I connect to itunes, it says the phone must be restored.  It starts and then gives either the error 2001, or 2006.  What exactly does this mean, and is it worth getting repaired?
    Thank you...

    http://support.apple.com/kb/TS1275
    Water damage isn't covered by warranty, but you could always purchase a refurbished device from Apple. 

  • RMAN Automatic Datafile Creation

    Hi,
    Could anyone please explain me RMAN Automatic Datafile Creation in oracle 10g with example.
    Thanks in advance
    regards,
    Shaan

    Hi,
    Automatic Datafile Creation - RMAN will automatically create missing datafiles in two circumstances. First, when the backup controlfile contains a reference to a datafile, but no backup of the datafile is present. Second, when a backup of the datafile is present, but there is no reference in the controlfile as it was not backed up after the datafile addition.
    doc
    http://stanford.edu/dept/itss/docs/oracle/10g/server.101/b10734/wnbradv.htm
    Regards,
    Tom

  • Must be restored!

    This is the second time around now that my ITunes has said that my IPod is in recovery mode and must be restored before can continue. I have restored it and still it says this. Last time I restored it several times.. rebooted... rebooted computer again and finally it stopped saying this to me! This time nothing is working. Has anyone else had this issue? Any idea what is going on? Have I been pushing some secret combination of buttons on the IPod to put it into restore mode? This is a refurb.

    I am actually having the same problem right now. It keeps saying ipod is in recovery mode and needs to be restored. Then it restores and says ipod will show up in the source list on itunes once recovery process ends. Then it doesn't and just pops up saying it must be restored again. Help!

  • Ipod Stuck in recovery mode loop and must be restored every 2 days

    Hi everyone,
    I have a Fifth Generation Ipod Video 30 Gig that I purchased from an Apple store sometime in july and it has given me nothing but problems. 3 weeks into using it, the ipod tells me that it is in recovery mode and must be restored. I restore it and it continues to give the same message until I finally disconnect it and wait a good 20 minutes before it finally allows me to activate it. A week later, the Ipod needs to be restored again and the same incident occurs. I have changed the drive letter 13 times (currently on letter Z), used every version of itunes (old and new), changed the type of files I upload, etc. but nothing works. The worst part is that after restoring it, the Ipod works for a few days before it relapses again. Worst of all, I use it for less than an hour a day.
    I even went to the Apple store after i restored it and the "genius technician" synced my ipod and said there was nothing wrong with the Ipod. I have seen many people in the forums cite hard drive failure as the cause of this problem but I cannot convince the "genius technicians" at the Apple store that this is the problem.
    Please help me resolve this frustrated, unwarranted, and expensive problem!!! Your help is most appreciated.
    Thank you,
    Ice

    I have tried connecting the ipod via the front and back USb 2.0 jacks on my desktop. I have only one external drive connected to the computer. Doesn't matter whether I remove it or not, the same problem occurs. I do not have a network. My drive letter for the ipod is letter z so it is not disk recognition which is a problem. 1/3 of my music comes from I-tunes, the rest I rip from my Cd's (like Linkin Park, Slipknot, Dir en grey). I only used about 650 MB worth of the ipods 30 gig drive capacity. Doesn't matter which version of the itunes software I use, it gives me the same problem. The recovery loop occured after just after 2 weeks of purchasing it from the apple storeand I took it back with only 12 songs in it. The restored it and 10 days later, the same problem occured. Recently, the ipod has been entering the recovery mode much more frequently prompting me to believe the hard drive is malfunctioning.
    I have scanned my computer and the Ipod with everything from Norton, AVG, McCafee, and trendmicro and found no viruses, bugs, worms, etc.
    Any suggestions to help me resolve this issue would be greatly appreciated.
    Thanks,
    Ice

  • HT1339 My ipod stopped working a few years ago, it said i had to connect to itunes to restore, as i then got an iphone i never bothered to sort it, I am now trying to and hwne i connect to itunes it says it must be restored, After ive...

    My ipod stopped working a few years ago, it said i had to connect to itunes to restore, as i then got an iphone i never bothered to sort it, I am now trying to and hwne i connect to itunes it says it must be restored, After ive restored it nothing happens, at first it says "ipod has been restored and is restarting, it will appear in the itunes window once it has restarted" so i wait but nothing happens and eventually it comes up with the same message telling me the ipod needs to be restored?

    Errors when updating leads to corrupt system files and this may be your problem. If you're using windows, connect your device to PC and run any third party app like Syncios. If it detects, you maybe in luck and try to back-up your data if possible. I hope that it won't and if doesn't, there is no other way to recover files. You should be restoring with iTunes and all data will be erased, or else your device may become unusable.

  • RMAN Duplicate DB fails to restore datafile created during backup.

    Database is 9i.
    Performing duplicate database using rman on seperate host.
    Reason of failure is , there were datafiles created during backup. Question is , Is there a workaround to perform duplicate database to work.
    Error :
    released channel: aux1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 12/16/2007 14:42:44
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 791 found to restore
    RMAN-06023: no backup or copy of datafile 790 found to restore
    RMAN-06023: no backup or copy of datafile 789 found to restore
    RMAN-06023: no backup or copy of datafile 788 found to restore
    RMAN-06023: no backup or copy of datafile 787 found to restore
    RMAN-06023: no backup or copy of datafile 786 found to restore
    Backup Date is : 23rd Nov to 26th Nov
    Datafile created between backup period are :
    786 /oracle/prod/proddata17/btabd_322/btabd.data322 Nov-25-2007 02:58:38 AM
    787 /oracle/prod/proddata17/btabd_323/btabd.data323 Nov-25-2007 03:06:02 AM
    788 /oracle/prod/proddata17/btabd_324/btabd.data324 Nov-25-2007 03:17:48 AM
    789 /oracle/prod/proddata17/btabd_325/btabd.data325 Nov-25-2007 03:26:50 AM
    790 /oracle/prod/proddata17/btabd_326/btabd.data326 Nov-25-2007 03:32:31 AM
    791 /oracle/prod/proddata17/btabd_327/btabd.data327 Nov-25-2007 03:39:59 AM
    Restore Script :
    rman TARGET dtbackup/dt0dmin@prod CATALOG rman_prd/rman_prd@rcat_db connect auxiliary /
    run {
    set until time = "TO_DATE('11/26/2007 10:30:00','mm/dd/yyyy hh24:mi:ss')";
    allocate auxiliary channel aux1 type 'SBT_TAPE' PARMS="BLKSIZE=262144";
    DUPLICATE TARGET DATABASE TO DUP ;
    }

    I think there is no workaround and this is expected behavior - atleast till 10.2. If you refer oracle documentation, it says that it requires target database in either MOUNT or OPEN stage to duplicate database using RMAN. So RMAN will get current physical structure information about target database from its control file and when any file is not there in the backup, it will give error. Only way to resolve this is to take backup of these datafiles through RMAN either as backupset or copy. ( I think oracle can take hint from here and make RMAN database duplication possible for which backup is not available - its a small change in code - if backup not found, then start taking backup. Already in 11g, during RMAN duplication, RMAN can use backup from other server)

Maybe you are looking for

  • Keynote Presentation in iDVD

    I have a Keynote presentation from iWork 08. It has a video clip on one of my slides. I'd like to manually click through the slides. I export as Quicktime. But when I bring it in to iDVD and burn, I am not able to click through the slides. Rather, th

  • Verification E-Mail

    I am not receiving any verification e-mail when I try to link my reward zone account to my best buy account. Please resolve this issue.

  • Dreamweaver cs3 sudden break to attached css sheet

    While editing code in DW CS3 the Design view will lose connection to the attached CSS style sheet. This just started happening. I can't get the style sheet to link back up even after deleting the tag and re-attaching it. I have to reload a back up of

  • I need to do an update and have forgotten my passcode what DoI do?

    i have forgotten my passcode for my iPad what do I do.

  • Wrong green tone on black and white photos in Photoshop / Windows 7

    I have a problem when using photoshop CS5. When I open the photo in the editing area - it has a little green tone. When I save for web the same photo become real black and white without a green tone: http://www.danishphoto.dk/download/02.jpg When I o