RMAN-06054: recovery of media asking unknown journal: thread 1 seq 23888

version 10203

Can I change the time or the SNA and re - run recovery without restoring all db files?
How do I know exact time/scn? where rman can perform recovery...

RMAN wasn't able to restore automatic backup controlfile;
I had to restore controlfile from "c-2568036611-20100912-13.
&
run
{
until the time = 2010 - 09 - 12 18:30 ';
restore the database;
recover the database;
ALTER database open resetlogs;
}

RMAN recovery ends with this error
RMAN-06054: recovery of media asking unknown journal: thread 1 seq 23888 lowscn 4473176866475

DBA2008 wrote:
version 10203

Can I change the time or the SNA and re - run recovery without restoring all db files?

No, recovery average is you have to restore before database/data file according to this time/SNA and
need to recover this database/data file

How do I know exact time/scn? where rman can perform recovery...

You can use rman back catalogue or views of performance Dynamics controlfiles(v$backup_*).

RMAN wasn't able to restore automatic backup controlfile;
I had to restore controlfile from "c-2568036611-20100912-13.

When you try to restore controlfile what error do you have?
Or have you tried restore controlfile to 'your_controlfile_backup' command via rman

run
{
until the time = 2010 - 09 - 12 18:30 ';
restore the database;
recover the database;
ALTER database open resetlogs;
}

RMAN recovery ends with this error
RMAN-06054: recovery of media asking unknown journal: thread 1 seq 23888 lowscn 4473176866475

It seems that this error occur because of you actually restored controlfile sauvegardΘ but in controlfile are not
any information on your logs archiving offer you have to catalogue start with "archive_log_location" through rman. After you run this command, please perform recover database and alter database open resetlogs

Tags: Database

Similar Questions

  • RMAN-06054: recovery of media asking unknown journal: thread 1 seq 31 lowscn 1

    Hello

    I have oracle 10g on redhat linux 4 my database is in archivelog mode.

    When I use the output of the command.
    select name,sequence#,first_time from v$archived_log;
    
    NAME                                                         SEQUENCE#  FIRST_TIME                                                                     
    -----------------------------------------------------------  ---------  ----------                                                                                                                            
    /home/oracle/DataBaseBackups/ArchiveDest/1_39_694492901.dbf  39         2009-08-19                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_40_694492901.dbf  40         2009-08-19                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_41_694492901.dbf  41         2009-08-19                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_42_694492901.dbf  42         2009-08-20                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_43_694492901.dbf  43         2009-08-20                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_44_694492901.dbf  44         2009-08-20                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_45_694492901.dbf  45         2009-08-21                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_46_694492901.dbf  46         2009-08-21                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_47_694492901.dbf  47         2009-08-21                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_48_694492901.dbf  48         2009-08-21                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_49_694492901.dbf  49         2009-08-22                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_50_694492901.dbf  50         2009-08-22                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_51_694492901.dbf  51         2009-08-22                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_52_694492901.dbf  52         2009-08-23                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_53_694492901.dbf  53         2009-08-23                                                                                                                     
    /home/oracle/DataBaseBackups/ArchiveDest/1_54_694492901.dbf  54         2009-08-23      
    My only sequence no begins with 39 by this command.

    but when I try to restore the database I found the error
             RMAN-06054: media recovery requesting unknown log: thread 1 seq 31 lowscn 1330926
    but when I physically check the destination of the journal archive

    I think it's
    [oracle@Oracledatabas ArchiveDest]$ ll
    total 1650176
    -rw-r-----  1 oracle oinstall  2147328 Aug 17 02:47 1_30_694492901.dbf
    -rw-r-----  1 oracle oinstall 14567424 Aug 17 05:50 1_31_694492901.dbf
    -rw-r-----  1 oracle oinstall 47700480 Aug 17 15:00 1_32_694492901.dbf
    -rw-r-----  1 oracle oinstall 47700480 Aug 17 22:00 1_33_694492901.dbf
    -rw-r-----  1 oracle oinstall 47699968 Aug 18 03:01 1_34_694492901.dbf
    -rw-r-----  1 oracle oinstall 47706624 Aug 18 13:00 1_35_694492901.dbf
    -rw-r-----  1 oracle oinstall 49021440 Aug 18 22:00 1_36_694492901.dbf
    -rw-r-----  1 oracle oinstall 47713280 Aug 19 00:56 1_37_694492901.dbf
    -rw-r-----  1 oracle oinstall 47700480 Aug 19 08:01 1_38_694492901.dbf
    -rw-r-----  1 oracle oinstall 47703040 Aug 19 17:35 1_39_694492901.dbf
    -rw-r-----  1 oracle oinstall 47700480 Aug 19 22:00 1_40_694492901.dbf
    -rw-r-----  1 oracle oinstall 47708672 Aug 20 05:00 1_41_694492901.dbf
    This shows that I have files in archive with sequence No 30 and more.

    When I try to record
    SQL> alter database register logfile '/home/oracle/DataBaseBackups/ArchiveDest/1_30_694492901.dbf';
    alter database register logfile '/home/oracle/DataBaseBackups/ArchiveDest/1_30_694492901.dbf'
    *
    ERROR at line 1:
    ORA-16225: Missing LogMiner session name for Streams
    Please suggest what to do.

    Thank you
    Umesh

    The ALTER DATABASE REGISTER LOGFILE in SQLPlus command is implementation ensures and streams.

    You must use the RMAN CATALOG command.

  • RMAN restore error - recovery of media asking unknown journal: thread 1 seq 7

    IM using RMAN to copy a database to another server. The new server is IDENTICAL to the former. By identical I mean she has the same break the name, ip address, operating system, directory structure and the Oracle version.

    The new server has already created instance, (same name as the old server example, paths etc.)

    The backup files have been restored manually on the new server, the same places that they were on the old. (RMAN makes a backup controlfile automatic and also the archivelogs on the old server).

    Ive restored the control file to the new server from the elements of RMAN backup.

    Ive cataloged items of RMAN backup on the new server.

    I know that the last available in the backup of the archivelogs sequence running on the new server:

    backup from the list of the archivelog all;

    List of backup sets
    ===================

    Time of accomplishment time BS key size Device Type
    ------- ---------- ----------- ------------ ---------------
    14,43 5 M DISK 00:00:03 11 MAY 11
    BP key: 9 situation: AVAILABLE Tablet: NO Tag: TAG20110511T163502
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\
    011_05_11\O1_MF_ANNNN_TAG20110511T163502_6WOC5833_. BKP

    List of newspapers archived on backup the value 5
    The next time that THRD Seq YVERT low low time next YVERT
    ---- ------- ---------- --------- ---------- ---------
    1 2 550217 10 MAY 11 556559 11 MAY 11
    1 3 556559 11 MAY 11 559776 11 MAY 11
    1 4 559776 11 MAY 11 560093 11 MAY 11
    1 5 560093 11 MAY 11 560794 11 MAY 11

    Time of accomplishment time BS key size Device Type
    ------- ---------- ----------- ------------ ---------------
    RECORD OF 15.50 K 7 00:00:01 11 MAY 11
    BP key: 10 location: AVAILABLE Tablet: NO Tag: TAG20110511T163653
    Part name: C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\
    011_05_11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_. BKP

    List of newspapers archived in backup set 7
    The next time that THRD Seq YVERT low low time next YVERT
    ---- ------- ---------- --------- ---------- ---------
    1 6 560794 11 MAY 11 560851 11 MAY 11


    So far its all perfectly fine.

    Now I want to restore the data files and recover. So I ran:

    RMAN run {restore database; recover database; alter database open resetlogs ;}}

    This gave me the result below is going very well, but I get a final error, I think that the error is because its search for an archive log that is not in the backup set, but it should be. However, I think 560851 SNA is for a journal that had not yet been created on the old server when the backup was run?

    I address, how to fix the error? Its interesting to note the journal, "archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG".
    \2011_05_11\O1_MF_1_6_6WOK1X4W_. ARCH-recid = 10 = 750881741 "stamp is not on the old server or which explains why this isn't in the backup set.

    I can do an alter database open reset connects but Id prefer to know why its failure.


    Any help would be appreciated.

    ........................................................


    RMAN > run {restore database, recover databases; alter database open resetlogs ;}}

    From restoration to 11 May 11
    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:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\SYSTEM01. DBF
    restoring datafile 00002 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\UNDOTBS01. DBF
    restoring datafile 00003 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\SYSAUX01. DBF
    restoring datafile 00004 to C:\ORACLE\PRODUCT\10.2.0\ORADATA\SAT\USERS01. DBF
    channel ORA_DISK_1: backup C:\ORACLE\PRODUCT\10.2.0\FLASH_REC piece reading
    OVERY_AREA\SAT\BACKUPSET\2011_05_11\O1_MF_NNNDF_TAG20110511T163507_6WOC5CM7_. BKP

    channel ORA_DISK_1: restored the backup part 1
    room handle=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\2011_05_
    11\O1_MF_NNNDF_TAG20110511T163507_6WOC5CM7_. Tag BKP = TAG20110511T163507
    channel ORA_DISK_1: restore complete, duration: 00:00:55
    Restoration finished in 11 May 11


    From back to 11 May 11
    using channel ORA_DISK_1

    starting media recovery

    channel ORA_DISK_1: from the archives to default destination log restore
    channel ORA_DISK_1: restore the newspaper archive
    archive log thread = 1 sequence = 6
    channel ORA_DISK_1: backup C:\ORACLE\PRODUCT\10.2.0\FLASH_REC piece reading
    OVERY_AREA\SAT\BACKUPSET\2011_05_11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_. BKP

    channel ORA_DISK_1: restored the backup part 1
    room handle=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\BACKUPSET\2011_05_
    11\O1_MF_ANNNN_TAG20110511T163653_6WOC8PMP_. Tag BKP = TAG20110511T163653
    channel ORA_DISK_1: restore complete, duration: 00:00:01
    archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG
    \2011_05_11\O1_MF_1_6_6WOK1X4W_. Wire ARC = 1 sequence = 6
    default channel: delete records or newspapers
    archive log filename=C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\SAT\ARCHIVELOG
    \2011_05_11\O1_MF_1_6_6WOK1X4W_. ARCH-recid = stamp 10 = 750881741
    Cannot find the log archiving
    archive log thread = 1 sequence = 7
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command recover at 11/05/2011 18:15:42
    RMAN-06054: recovery of media asking unknown journal: thread 1 seq 7 lowscn 560851

    RMAN >

    Published by: user12173666 on May 11, 2011 10:28

    He asked all of the available archives, whenever you give the database recovery, he keeps searching for the next archives, actually these archives are not yet generated, then you can ignore.

    Now just connect to SQL and give

    SQL > alter database open resetlogs;

    It should work.

  • RMAN-06054 and good seq number

    Hello.

    I do a test disaster recovery restore with RMAN with full + incremental backups to another server.

    After a long (db is great) restoration process, I got an error:

    RMAN-06054: recovery of media asking unknown journal: thread 1 seq 3121 lowscn 125553200

    If I then add 'Sequence 125553200; SET up to DO"to restore the script, everything is OK.

    I would like to know how to get the sequence number just before the restoration process?

    When I do:

    BACKUP FROM THE LIST OF THE ARCHIVELOG ALL;

    I had the last line in the list:

    The next time that THRD Seq YVERT low low time next YVERT

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

    1 3118 125499484 24 JULY 13 125504458 JULY 24, 13

    So you see, there are 3 missing seqs (3121 less 3118).

    Hello;

    Use:

    Select max(seq#) from v$ archived_log;

    You can specify up to this THAT SNA or CANCEL for your recovery.

    Best regards

    mseberg

  • RAC instance, trying to recover datafile UNDO, RMAN gives RMAN-06054

    Hi all

    This was a case of awkward... a quick bit of background. It has been a while created by someone else, I inherited this 3 mode RAC clusterof instance1.

    I export to a database (10 G) in the present instance1 (11 G). When I was about to start the import... I found that this instance would not start. Turned off no backup only lasted this empty instance. I saved the newspapers of archiving on tape for free FRA... and things were pulled up.

    I started the import and found a lot of mistakes... basically tellling me that I couldn't access one of the undo tablespace... problems datafile.

    I went to look and I saw:

    SQL > select a.file_id, a.file_name, b.status, a.tablespace_name
    dba_data_files 2 a, v$ datafile b
    3 where a.file_id = b.file #.
    4 order of a.file_name;

    FILE_NAME STATUS TABLESPACE_NAME FILE_ID
    -------------------------------------------------- ---------- --------------------- --------------------
    +DATADG/Instance1/datafile/SYSAUX.270.696702269 2 SYSAUX online
    +DATADG/Instance1/DataFile/System.263.696702253 SYSTEM 1
    +DATADG/Instance1/datafile/undotbs1.257.696702279 UNDOTBS1 online 3
    +DATADG/Instance1/datafile/undotbs2.266.696702305 4 UNDOTBS2 online
    +DATADG/Instance1/datafile/undotbs3.269.696702313 5 RECOVER UNDOTBS3
    +DATADG/Instance1/datafile/users.268.696702321 6 USERS online
    + DATADG/instance1/l_data_01_01 in LINE L_DATA_01 11
    + DATADG/instance1/s_data_01_01 in LINE S_DATA_01 7
    + DATADG/instance1/s_data_01_02 in S_DATA_01 LINE 8
    + 12 INDEXDG/instance1/l_index_01_01 on LINE L_INDEX_01
    + 9 INDEXDG/instance1/s_index_01_01 on LINE S_INDEX_01

    FILE_NAME STATUS TABLESPACE_NAME FILE_ID
    -------------------------------------------------- ---------- --------------------- --------------------
    + 10 INDEXDG/instance1/s_index_01_02 on LINE S_INDEX_01

    There is, file #5.

    So, I went in RMAN to restore/recovery:

    RMAN > restore datafile 5;

    From restoration to the 6 April 10
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: SID = 222 = type of device instance1 instance = SBT_TAPE
    channel ORA_SBT_TAPE_1: NMO v4.5.0.0
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 222 = type of device = DISK instance1 instance

    File number of the data file = 5 name=+DATADG/instance1/datafile/undotbs3.269.696702313
    restore not made; all files in read-only offline, or already restored
    Restoration finished in 6 April 10

    RMAN > recover datafile 5;

    From back to 6 April 10
    using the ORA_SBT_TAPE_1 channel
    using channel ORA_DISK_1

    starting media recovery

    RMAN-06560: WARNING: game with the key 343546 of backup will be read 2 times
    amount of space available to KB 8315779 necessary to avoid the game several times reading backup
    Cannot find the archived log
    Archives journal thread = 1 sequence = 1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command recover at 06/04/2010 14:33:07
    RMAN-06054: recovery of media asking unknown journal archived thread 1 sequence 1 and from SNA 16016

    It of all about ASM and am a bit of a newb with this. I bascially have no data I'm worried lose everything, I just need to get everything ' on the air ' in order to import successfully, and let users on this instance. I configured backups in the GRID now... so, it will be saved in the future, but what is the fastest, most effective way to get this recovery UNDO tablespace data file?

    Thank you
    Cayenne

    recovery of media asking unknown journal archived for thread 1 sequence 1

    Sequence 1? Either the file went offline immediately after creating the database - sequence 1 being the first redo log for the database - OR there was a RESETLOGS and the database executes a new incarnation.

    Hemant K Collette

  • Factory recovery Dell Media Backup & Recovery

    Hi, I just upgraded to windows 10, I'm on a dell inspiron 3000 series, I accidentally deleted the partition as dell backup and restore made when I started the software. now when I try to create a new recovery media, I get the message saying that this device is already linked to this recovery factory media?... but there is no new disk partition?... and the recovery of media factory is not checked green?... can someone help me please?, thank you.

    8.1 Windows must be installed to clean:

    http://dellwindowsreinstallationguide.com/download-Microsoft-Windows-and-Office/Download-Microsoft-Windows/download-Windows-8-1-retail-and-OEM-ISO/

    Then, the system upgraded to Windows 10:

    http://dellwindowsreinstallationguide.com/a-clean-install-of-Windows/a-clean-install-of-Windows-10/upgrading-to-Windows-10/

    Recovery media can be done natively in Windows 10:

    http://dellwindowsreinstallationguide.com/Windows-10-RTM/creating-a-recovery-drive-and-using-it-in-Windows-10/

    As I said I don't know if there is a compatible version of Dell Backup and Recovery for Windows 10.

  • RMAN-04004: recovery catalog database error: ORA-12170: TNS: connect the ti

    Hello:

    Last night ' RMAN backup error: ' RMAN-04004: recovery catalog database error: ORA-12170: TNS: Connect timeout.

    I can sqlplus to the target database and the catalog database. The listener is in place. What is the problem? What should I check?

    Thanks in advance for your help.

    in the oratest/orapass@rmandb1 CATALOG,.

    rmandb1 is the name of the service. normally the name of the service and the name of db are kept same.

    check rmandb1 tnsping where you try to run ' RMAN TARGET / CATALOG oratest/orapass@rmandb1 "command.

    as optput will get the ip address of the server on which db is resident, no port, Protocol

    as

    ---------

    [Oracle@RAC3 ~] $ tnsping orcl

    AMT Ping utility for Linux: Version 10.2.0.5.0 - Production on December 23, 2011 21:12:20

    Copyright (c) 1997, 2010, Oracle. All rights reserved.

    Use settings files:
    /opt/app/Oracle/product/DB/10.2.1/network/admin/SQLNET.ora

    TNSNAMES adapter used to resolve the alias
    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = rac3.rajesh.com) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
    OK (10 ms)
    -------------------------------

    Here the HOST = rac3.rajesh.com is the present db Server

    Published by: Rajesh.Rathod on December 23, 2011 07:43

  • RMAN BACKUP/RECOVERY OF DATA

    Hi friendz,.

    I have a legacy of or copied from earlier sources, RMAN backup scripts, which is the ff:

    (on the PROD server)
    rman
    run {
         CONFIGURE CONTROLFILE AUTOBACKUP ON;
         CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u03/rman/%F';
         crosscheck archivelog all;
         backup format '/u03/rman/%d_LVL0_%T_%u_s%s_p%p' database plus archivelog;
         delete obsolete;
         delete expired archivelog all;
         }
    Then, I got the following output in/u03/rman:
    [root@oracleprod rman]# ls -l
    total 75200672
    -rw-rw----  1 oraprod oraprod    16089088 Feb 18 19:40 c-4174489363-20110218-01
    -rw-rw----  1 oraprod oraprod 76882624512 Feb 18 19:39 OAPROD_LVL0_20110218_0gm50de6_s16_p1
    -rw-rw----  1 oraprod oraprod    31554048 Feb 18 19:40 OAPROD_LVL0_20110218_0hm50fks_s17_p1
    I copied the files above to/u03/rman to the TEST server. I have also the same Oracle Home.
    How can I recover these files on our TEST Server?

    I tried:
    rman
    run {
         startup mount;
         restore database;
         recover database;
        alter database open;
    }
    but I got error:
    [oraprod@oel5 ~]$ rman target /
    
    Recovery Manager: Release 9.2.0.6.0 - Production
    
    Copyright (c) 1995, 2002, Oracle Corporation.  All rights reserved.
    
    connected to target database (not started)
    
    RMAN> startup mount;
    
    Oracle instance started
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of startup command at 02/21/2011 22:31:09
    ORA-00205: error in identifying controlfile, check alert log for more info
    
    RMAN>
    Help, please...


    Thank you

    You must restore the controlfile first.

    STARTUP NOMOUNT
    RESTORE CONTROLFILE FROM '/u03/rman/c-4174489363-20110218-01' ;
    sql 'alter database mount';
    RESTORE DATABASE;
    RECOVER DATABASE;
    

    Hemant K Collette

  • Windows media display unknown albums of CD player

    * Original title: my Media Player

    My Media Player has more no info on CD when played and only appears as unknown albums now?

    Hello

    1. what version of Windows is installed on the computer?

    2. what version of Windows media player is installed on the computer?

    3 is the issue limited to any specific CD?

    4 have have there been recent changes made on the computer before the show?

    Please follow the steps below and get back to us with the results.

    Method 1: Windows Media Player library Troubleshooter.

    Open the troubleshooting Windows Media Player library Troubleshooter by clicking the Start button, then Control Panel. In the search box, type Troubleshooting, and then click Troubleshooting. Click view all, and then click Library of Windows Media Player.

    For more information, see the link:

    http://Windows.Microsoft.com/en-us/Windows7/open-the-Windows-Media-Player-library-Troubleshooter

    You can run the Microsoft Fixit and.

    http://support.Microsoft.com/mats/windows_media_player_diagnostic

    Method 2: Rebuild the Windows Media Player database and check.

    To resolve this problem, delete the Windows Media Player database. To do this, follow these steps:

    a. exit Windows Media Player.

    b. Click Start, run, type %LOCALAPPDATA%\Microsoft\Media Playerand then click OK.

    c. Select all files in the folder and then click on Delete on the file menu.

    Note: You don't have to remove the folders that are in this folder.

    d. restart Windows Media Player.

    Note: Windows Media Player automatically rebuilds the database.

    For more information, see the link:

     

    The Windows Media Player library: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows7/Windows-Media-Player-library-frequently-asked-questions

     

    Let us know if it helps!

  • RMAN block recovery

    Hello

    I have an Oracle 11 g R2 server and the journal of alerts reported the following

    ORA-01578: ORACLE data block corrupted (file # xx, block # xxx)


    Yes, I didRMAN> validate check logical database;

    And after that on checkingV$ database_block_corruption I found 3 block are corrupt, all 3 are indexes of the index table_space segment_type.


    Please let me know what would be the best way to recover the corrupt blocks

    Will,RMAN> recover corruption list;  repair the block corruption



    Another concern is that the backup of the database doesn't do 'check logical' before doing the backup. Does it mean that the recovery from backup might not work ?


    Thanks

    No, you need to do both.

    The first command handles the bad or blocks

    Best regards

    mseberg

  • RMAN tablespace recovery is a failure

    Hello

    I'm testing a scenario of passing my Test database table space and try to retrieve it using RMAN. I am getting below error while trying to recover from the storage space.



    Target DB is GGSRC

    With the help of catalogue: TOOLSB

    Recovery Manager: release 11.2.0.3.0 - Production on Fri Aug 2 07:42:49 2013

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

    connected to target database: GGSRC (DBID = 3056046518)

    connected to the recovery catalog database

    RMAN> ###################################################

    2 > #.

    3 > # run_restore_tablespace.rman

    4 > #.

    5 > # use this script for all data files in one or more storage space

    6 > # to their location on the original disc.

    7 > #.

    8> ###################################################

    9 > run

    10 > {}

    11 > # < < RULE_OPTIMIZER > >

    12 > run the script allocate_3_channel;

    13 >

    14 > the VALUE of NEWNAME for DATAFILE ' / u02/oradata/GGSRC/system01.dbf' to ' / u02/oradata/system01.dbf';

    15 > the VALUE of NEWNAME for DATAFILE ' / u02/oradata/GGSRC/sysaux01.dbf' to ' / u02/oradata/sysaux01.dbf';

    16 > the VALUE of NEWNAME for DATAFILE ' / u06/oradata/GGSRC/undotbs01.dbf' to ' / u06/oradata/undotbs01.dbf';

    17 > RECOVER TABLESPACE AYYO until the SNA 19103062 auxiliary destination "/ u02/oradata ';

    18 >

    19 > run the script release_3_channel;

    {20 >}

    21 >

    the script: allocate_3_channel

    allocated channel: DTPUX3t1

    channel DTPUX3t1: SID = 23 device type = SBT_TAPE

    channel DTPUX3t1: for Oracle Data Protection: version 5.5.2.0

    allocated channel: DTPUX3t2

    channel DTPUX3t2: SID = 159 device type = SBT_TAPE

    channel DTPUX3t2: for Oracle Data Protection: version 5.5.2.0

    allocated channel: DTPUX3t3

    channel DTPUX3t3: SID = 17 device type = SBT_TAPE

    channel DTPUX3t3: for Oracle Data Protection: version 5.5.2.0

    executing command: SET NEWNAME

    executing command: SET NEWNAME

    executing command: SET NEWNAME

    From back in August 2, 2013 07:42:52

    Creation of automatic instance with SID = "rxAh."

    initialization parameters for automatic instance:

    db_name = GGSRC

    db_unique_name = rxAh_tspitr_GGSRC

    compatible = 11.2.0.0.0

    DB_BLOCK_SIZE = 8192

    DB_FILES = 200

    SGA_TARGET = 280M

    process = 50

    db_create_file_dest = / u02/oradata

    Log_archive_dest_1 = ' location = / u02/oradata.

    Auxiliary parameter file #No used

    turn on automatic instance GGSRC

    Oracle instance started

    Total System Global Area 292278272 bytes

    Bytes of size 2227744 fixed

    100663776 variable size bytes

    184549376 of database buffers bytes

    Redo buffers 4837376 bytes

    Auto instance created

    content of Script memory:

    {

    # the requested value point in time

    until the SNA 19103062.

    # restore the controlfile

    Restore clone controlfile;

    # mount the controlfile

    SQL clone "alter database database mount clone";

    Current online journal archive #.

    SQL 'alter system archive log current';

    # avoid needless save structural changes during the TSPITR

    SQL ' start dbms_backup_restore. AutoBackupFlag (FALSE); end;';

    Resync catalog #.

    Catalogue of resynchronization;

    }

    execution of Script memory

    executing command: SET until clause

    From restoration to August 2, 2013 07:43:05

    Delete an automatic instance

    closing automatic instance

    Instance Oracle to close

    Automatic instance deleted

    output channel: DTPUX3t1

    output channel: DTPUX3t2

    output channel: DTPUX3t3

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of the command recover at 02/08/2013 07:43:09

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06034: at least 1 channel must be distributed to run this command

    Please help me on how to solve it.

    Thank you

    Mahi

    Hello

    All by making a TSPITR, do not affect the RMAN channels explicitly. Let the RMAN allocate channel by itself.

    Please see the note below.

    RMAN-06034 for TSPITR (Doc ID 467189.1)

    Thank you!!

  • HP Pavilion dv6-6c75ea Enterta: Recovery windows media 10

    Hello

    After a BIOS update the PC does not start correctly. When it starts it askes for recovery/repair windows media. How and where can I download that?

    BR

    Roger

    You're welcome, Roger.

    Someone must have upgraded your dv6-6c75ea, because this model initially provided with Windows 7 to factory.

    When you start from the disc W10 make you, on the lower left side of the installation window, there will be a repair option.

    You can choose that and in this menu, there are a few choices of repair.

    But if you must reinstall Windows 10, as I wrote earlier, you will not have a product key as long as W10 has been previously activated.

  • 15 - af111na: obtaining recovery free media... is this possible?

    I'm trying to get a recovery for my laptop drive (which is still under warranty) free of charge.

    I have a recovery partition on my laptop (which I confirmed as working by running a factory restore), along with a recovery usb drive that I created, but using this usb recovery fails every time.

    The recovery partition still works, but I would have preferred a physical medium that can restore the full image (including the recovery partition).

    Personally, I think that the cost of the recovery disks is exorbitant, given that I paid for the operating system in the cost of the machine.

    I know that I can create my own cd, but as the USB I created fails restore every time, I have little or no confidence in the cd recovery program creates either.

    Is it possible to obtain records without charge to myself?

    I ended up going on the live chat, earlier today.

    I explained to him that recovery usb, I created could not perform a restore.

    After a bit of back and forth about the size of the disk (they stated that 'not more than 32 GB' actually means minimum 32 GB... I was eager to point out how misleading that was) they agreed to send a recovery media free of charge as an exceptional moment.

    Thanks for the help and suggestions.

  • Pavilion dv6: create recovery disk media fails

    The disk is failing - takes forever to start and the PC hangs when I try to access it using Explorer. I have another drive, removed the PC drive and mounted in a USB SATA disk drive.

    I can see the recovery partition, there look OK, contains a lot of files, among them a 22Gig. A file 'bootmgr' in the root and a startup directory, especially of the WIM file.

    Can I use this partition to create a bootable USB drive that can recover my OS on this new hard drive?

    I know that I can buy a recovery kit, but if I use it, I'll save some money and the day 6-10 wait as the press kit...

    Waiting with hope in my eyes

    Kind regards

    Kjetil

    Hello:

    Use this guide to learn how to create a recovery media:

    http://h20564.www2.HP.com/hpsc/doc/public/display?docid=emr_na-c01867124&DocLang=en&docLocale=en_US&JumpID=reg_r1002_usen_c-001_title_r0004

    It only works with the hard drive in the PC.

    Here's a way you can reinstall W7 by using the product key of W7 25 characters on the bottom of your PC case.

    Make your own plain W7 x 64 installation media.

    Here is the link to the download site of Microsoft for the W7 Home Premium 64-bit SP1 ISO file.

    http://msft.digitalrivercontent.net/win/X17-24209. ISO Windows 7 Home Premium x 64 English

    Make sure you get all the 3. XX GB of the file to download.  Sometimes it reports 'Download complete', but you do not have the entire file.

    Burn the file on a DVD using the option of the program of your burner burn DVD file ISO then the DVD is bootable.

    Or you can use this tool to transfer the ISO to a flash USB 4 GB or DVD drive.  The tool also performs the bootable media.

    http://www.Microsoft.com/en-us/download/Windows-us b-dvd-download-tool

    Then install the drivers and software available that you need your PC support and driver page.

  • urgent server won't boot up, how rman restore/recovery?

    Hello

    Reboot server SA will not start server.

    s/n cannot access server.

    the worst case:

    If SA want to rebuild a new server, reinstall the oracle database, is there docs to show me how to restore/recovery of database using rman of rman backup files in the old server records.

    (we do not catalog rman, just the control file)

    Thank you very much!

    If SA want to rebuild a new server, reinstall the oracle database, is there docs to show me how to restore/recovery of database using rman of rman backup files in the old server records.

    Yes - there are a LOT of docs on the web. Just use your favorite search engine and the search for them. They are EASY to find.

    But the SMARTEST thing would be to find the problem with the original database and fix it.

Maybe you are looking for