<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Recovery in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/recovery/m-p/3730737#M6996</link>
    <description>I had a problem on recovering a database. I had a full backup of my db about 3 weeks ago. Two weeks ago our bcv process failed.So in short, We don't have a full weekly backup.All we have is 1 full backup(3 weeks) and a lot of archive logs.(logs are updated up to Feb 12, 2006 of 9:00 PM. The db crash happened last feb 13, 2006 of 5:00 AM. Ther crash happened due to abnormal system shutdown. When we tried to up the cluster the db was successfully running. But on the alert logs in stated some ora 1113. When I tried to connect using my 3rd party software for sql. It states that "SHutdown initialization in progress. How can I fix these problems?What type of recovery I will use?Please help me. Thanks</description>
    <pubDate>Mon, 13 Feb 2006 20:57:29 GMT</pubDate>
    <dc:creator>carl airiel</dc:creator>
    <dc:date>2006-02-13T20:57:29Z</dc:date>
    <item>
      <title>Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/recovery/m-p/3730737#M6996</link>
      <description>I had a problem on recovering a database. I had a full backup of my db about 3 weeks ago. Two weeks ago our bcv process failed.So in short, We don't have a full weekly backup.All we have is 1 full backup(3 weeks) and a lot of archive logs.(logs are updated up to Feb 12, 2006 of 9:00 PM. The db crash happened last feb 13, 2006 of 5:00 AM. Ther crash happened due to abnormal system shutdown. When we tried to up the cluster the db was successfully running. But on the alert logs in stated some ora 1113. When I tried to connect using my 3rd party software for sql. It states that "SHutdown initialization in progress. How can I fix these problems?What type of recovery I will use?Please help me. Thanks</description>
      <pubDate>Mon, 13 Feb 2006 20:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/recovery/m-p/3730737#M6996</guid>
      <dc:creator>carl airiel</dc:creator>
      <dc:date>2006-02-13T20:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Recovery</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/recovery/m-p/3730738#M6997</link>
      <description>From Metalink&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Subject:  Common Causes and Solutions on ORA-1113 Error Found in Backup &amp;amp; Recovery &lt;BR /&gt;  Doc ID:  Note:183367.1 Type:  TROUBLESHOOTING &lt;BR /&gt;  Last Revision Date:  20-APR-2004 Status:  PUBLISHED &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PURPOSE&lt;BR /&gt;-------&lt;BR /&gt;&lt;BR /&gt;To consolidate the common reasons &amp;amp; solutions for the ORA-1113 error.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;SCOPE &amp;amp; APPLICATION&lt;BR /&gt;--------------------&lt;BR /&gt;&lt;BR /&gt;Customers facing ORA-1113 and analysts requiring information on known issues&lt;BR /&gt;with ORA-1113 errors.&lt;BR /&gt;&lt;BR /&gt;ORA-1113&lt;BR /&gt;========&lt;BR /&gt;An ORA-1113 occurs when a datafile needs recovery.&lt;BR /&gt;&lt;BR /&gt;Error Explanation:&lt;BR /&gt;------------------ &lt;BR /&gt;&lt;BR /&gt;01113, 00000, "file %s needs media recovery"&lt;BR /&gt;&lt;BR /&gt;   Cause:  An attempt was made to online or open a database with a file that&lt;BR /&gt;           is in need of media recovery.&lt;BR /&gt;   Action: First apply media recovery to the file.&lt;BR /&gt;&lt;BR /&gt;This error is usually followed with ORA-1110 error which will indicate the&lt;BR /&gt;name of the datafile that needs media recovery.&lt;BR /&gt;&lt;BR /&gt;Eg:&lt;BR /&gt;&lt;BR /&gt;   ORA-01113: file 28 needs media recovery&lt;BR /&gt;   ORA-01110: data file 28: '/h04/usupport/app/oracle/oradata/v817/nar.dbf'&lt;BR /&gt;&lt;BR /&gt;          &lt;BR /&gt;This error message indicates that a datafile that is not up-to-date with &lt;BR /&gt;respect to the controlfile and other datafiles. &lt;BR /&gt;&lt;BR /&gt;   Oracle's architecture is tightly coupled in the sense that all database&lt;BR /&gt;   files i.e., datafiles, redolog files, and controlfiles -- must be in sync &lt;BR /&gt;   when the database is opened or at the end of a checkpoint.&lt;BR /&gt;       &lt;BR /&gt;   This implies that the checkpoint SCN (System Commit Number) of all datafiles&lt;BR /&gt;   must be the same. If that is not the case for a particular datafile, an &lt;BR /&gt;   ORA-1113 error will be generated.&lt;BR /&gt;&lt;BR /&gt;   For example, when you put a tablespace in hot backup mode, the checkpoint  &lt;BR /&gt;   SCN of all its datafiles is frozen at the current value until you issue the  &lt;BR /&gt;   corresponding end backup. If the database crashes during a hot backup and &lt;BR /&gt;   you try to restart it without doing recovery, you will likely get ORA-1113 &lt;BR /&gt;   for at least one of the datafiles in the tablespace that was being backed up, &lt;BR /&gt;   since its SCN will probably be lower than that of the controlfile and the &lt;BR /&gt;   datafiles in other tablespaces.&lt;BR /&gt;&lt;BR /&gt;   Likewise, offlining a datafile causes its checkpoint SCN to freeze.&lt;BR /&gt;   If you simply attempt to online the file without recovering it first, its &lt;BR /&gt;   SCN will likely be much older than that of the online datafiles, and thus an&lt;BR /&gt;   ORA-1113 will result.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;**********************************************&lt;BR /&gt;Before Starting these actions do the following:&lt;BR /&gt;**********************************************&lt;BR /&gt;   &lt;BR /&gt;   Note : &lt;BR /&gt;&lt;BR /&gt;     If you are using Oracle9i, use SQL*Plus, instead of Server Manager to &lt;BR /&gt;     execute the mentioned commands, since Server Manager is not available &lt;BR /&gt;     in Oracle9i.&lt;BR /&gt;&lt;BR /&gt;Query the V$LOG and V$LOGFILE.&lt;BR /&gt;&lt;BR /&gt;1. If the database is down, you need to mount it first.&lt;BR /&gt; &lt;BR /&gt;     SVRMGR&amp;gt; STARTUP MOUNT PFILE=&lt;LOCATION_OF_PFILE&gt;;&lt;BR /&gt;&lt;BR /&gt;2. Then connect internal Server Manager and issue the query: &lt;BR /&gt; &lt;BR /&gt;     SVRMGR&amp;gt; CONNECT INTERNAL; or&lt;BR /&gt;     SQL&amp;gt; connect / as sysdba  (for Oracle9i)&lt;BR /&gt;&lt;BR /&gt;     SVRMGR&amp;gt; SELECT V1.GROUP#, MEMBER, SEQUENCE#, FIRST_CHANGE#  &lt;BR /&gt;            FROM V$LOG V1, V$LOGFILE V2 &lt;BR /&gt;            WHERE V1.GROUP# = V2.GROUP# ;  &lt;BR /&gt; &lt;BR /&gt;This will list all your online redolog files and their respective sequence and &lt;BR /&gt;first change numbers. &lt;BR /&gt;&lt;BR /&gt;The steps to take next depend on the scenario in which the ORA-1113 was issued.&lt;BR /&gt;This is discussed in the following sections. &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;POSSIBLE CAUSES AND SOLUTIONS SUMMARY:&lt;BR /&gt;=====================================&lt;BR /&gt;&lt;BR /&gt;   I.   AT STARTUP AFTER CRASH WITH TABLESPACE(S) IN HOT BACKUP &lt;BR /&gt;   II.  AT STARTUP AFTER RESTORING A DATAFILE OR TABLESPACE FROM A BACKUP  &lt;BR /&gt;   III. TRYING TO ONLINE A DATAFILE OR TABLESPACE &lt;BR /&gt;   IV.  WHEN RECOVERING ' USING BACKUP CONTROLFILE' OPTION TO DO INCOMPLETE RECOVERY&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;I. AT STARTUP AFTER CRASH WITH TABLESPACE(S) IN HOT BACKUP &lt;BR /&gt;**********************************************************&lt;BR /&gt; &lt;BR /&gt;A. WITH ORACLE 7.1 OR LOWER &lt;BR /&gt; &lt;BR /&gt;   1. Mount the database.(If the database is NOT already mounted)&lt;BR /&gt;&lt;BR /&gt;          SVRMGR&amp;gt; STARTUP MOUNT PFILE=&lt;LOCATION_OF_PFILE&gt;;&lt;BR /&gt; &lt;BR /&gt;   2. Apply media recovery to the database. &lt;BR /&gt; &lt;BR /&gt;          SVRMGR&amp;gt; RECOVER DATABASE;&lt;BR /&gt; &lt;BR /&gt;   3. Confirm each of the archived logs that you are prompted for until you &lt;BR /&gt;      receive the message "Media recovery complete". &lt;BR /&gt;&lt;BR /&gt;      If you are prompted for an archived log that does not exist, Oracle probably&lt;BR /&gt;      needs one or more of the online logs to proceed with the recovery. Compare&lt;BR /&gt;      the sequence number referenced in the ORA-280 message with the sequence &lt;BR /&gt;      numbers of your online logs. Then enter the full path name of one of the &lt;BR /&gt;      members of the redo group whose sequence number matches the one you are being asked for. &lt;BR /&gt;&lt;BR /&gt;   4. Open the database. &lt;BR /&gt;          &lt;BR /&gt;       SVRMGR&amp;gt; ALTER DATABASE OPEN;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;B. WITH ORACLE 7.2 OR HIGHER &lt;BR /&gt; &lt;BR /&gt;   1. Mount the database. &lt;BR /&gt; &lt;BR /&gt;          SVRMGR&amp;gt; STARTUP MOUNT;&lt;BR /&gt;&lt;BR /&gt;   2. Find out which datafiles were in hot backup mode when the database crashed or&lt;BR /&gt;      was shutdown abort or the machine was rebooted by running the query: &lt;BR /&gt; &lt;BR /&gt;         SVRMGR&amp;gt; SELECT V1.FILE#, NAME &lt;BR /&gt;                FROM V$BACKUP V1, V$DATAFILE V2 &lt;BR /&gt;                WHERE V1.STATUS = 'ACTIVE' AND V1.FILE# = V2.FILE# ; &lt;BR /&gt;   &lt;BR /&gt;   3. For each of the files returned by the above query, issue the command: &lt;BR /&gt; &lt;BR /&gt;          SVRMGR&amp;gt; ALTER DATABASE DATAFILE '&lt;FULL path="" name=""&gt;' END BACKUP; &lt;BR /&gt; &lt;BR /&gt;   4. Open the database. &lt;BR /&gt;&lt;BR /&gt;          SVRMGR&amp;gt; ALTER DATABASE OPEN;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;II. AT STARTUP AFTER RESTORING A DATAFILE OR TABLESPACE FROM A BACKUP  &lt;BR /&gt;********************************************************************* &lt;BR /&gt; &lt;BR /&gt;A. WITH THE DATABASE IN ARCHIVELOG MODE &lt;BR /&gt; &lt;BR /&gt;   1. Mount the database. &lt;BR /&gt;&lt;BR /&gt;           SVRMGR&amp;gt; STARTUP MOUNT; &lt;BR /&gt;&lt;BR /&gt;   2. Recover the datafile: &lt;BR /&gt; &lt;BR /&gt;          SVRMGR&amp;gt; RECOVER DATAFILE '&lt;FULL path="" name=""&gt;'; &lt;BR /&gt; &lt;BR /&gt;      If recovering more than one datafile in a tablepace issue a&lt;BR /&gt;&lt;BR /&gt;           SVRMGR&amp;gt; RECOVER TABLESPACE;&lt;BR /&gt;&lt;BR /&gt;      If recovering more than one tablespace issue a  &lt;BR /&gt; &lt;BR /&gt;           SVRMGR&amp;gt; RECOVER DATABASE;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;   3. Confirm each of the archived logs that you are prompted for until you &lt;BR /&gt;      receive the message "Media recovery complete". &lt;BR /&gt;&lt;BR /&gt;      If you are prompted for an archived log that does not exist, Oracle probably&lt;BR /&gt;      needs one or more of the online logs to proceed with the recovery. Compare&lt;BR /&gt;      the sequence number referenced in the ORA-280 message with the sequence &lt;BR /&gt;      numbers of your online logs. Then enter the full path name of one of the &lt;BR /&gt;      members of the redo group whose sequence number matches the one you are &lt;BR /&gt;      being asked for. &lt;BR /&gt; &lt;BR /&gt;   4. Open the database. &lt;BR /&gt;          &lt;BR /&gt;       SVRMGR&amp;gt; ALTER DATABASE OPEN;&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;B. WITH THE DATABASE IN NOARCHIVELOG MODE &lt;BR /&gt; &lt;BR /&gt;   In this case, you will only succeed in recovering the datafile or tablespace &lt;BR /&gt;   if the redo to be applied to it is within the range of your online logs. &lt;BR /&gt;   Issue the query: &lt;BR /&gt; &lt;BR /&gt;        SVRMGR&amp;gt; SELECT FILE#, CHANGE# FROM V$RECOVER_FILE; &lt;BR /&gt; &lt;BR /&gt;   Compare the change number you obtain with the FIRST_CHANGE# of your online logs.&lt;BR /&gt; &lt;BR /&gt;      If the CHANGE# is GREATER than the minimum FIRST_CHANGE# of your logs, &lt;BR /&gt;      the datafile can be recovered. In this case, the procedure to be followed &lt;BR /&gt;      is analogous to that of scenario II.A above, except that you must always &lt;BR /&gt;      enter the appropriate online log when prompted, until recovery is finished.&lt;BR /&gt; &lt;BR /&gt;   If the CHANGE# is LESS than the minimum FIRST_CHANGE# of your logs, the file &lt;BR /&gt;   cannot be recovered.Your options at this point include: &lt;BR /&gt; &lt;BR /&gt;      - If the datafile is in a temporary or index tablespace, you may drop &lt;BR /&gt;        it with an ALTER DATABASE DATAFILE '&lt;FULL path="" name=""&gt;' OFFLINE DROP &lt;BR /&gt;        statement and then open the database. Once the database is up, you &lt;BR /&gt;        must drop the tablespace to which the datafile belongs and recreate it.&lt;BR /&gt; &lt;BR /&gt;      - If the datafile is in the SYSTEM or in a rollback tablespace, restore &lt;BR /&gt;        an up-to-date copy of the datafile (if available) or your most recent &lt;BR /&gt;        full backup.In case you do not have either of this, then it might not &lt;BR /&gt;        be possible to recover the database fully. For more details or to &lt;BR /&gt;        assist you in your decision, please contact Oracle Customer Support. &lt;BR /&gt; &lt;BR /&gt;  For all other cases in this scenario, you must weigh the cost of going to a &lt;BR /&gt;  backup versus the cost of recreating the tablespace involved, as described in &lt;BR /&gt;  the two previous cases.For more details or to assist you in your decision, &lt;BR /&gt;  please contact Oracle Customer Support.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;III. TRYING TO ONLINE A DATAFILE OR TABLESPACE &lt;BR /&gt;**********************************************&lt;BR /&gt; &lt;BR /&gt;   1. Recover the datafile: &lt;BR /&gt; &lt;BR /&gt;           SVRMGRL&amp;gt; RECOVER DATAFILE '&lt;DATAFILE_NAME&gt;';&lt;BR /&gt; &lt;BR /&gt;      If recovering a tablespace, do &lt;BR /&gt; &lt;BR /&gt;           SVRMGRL&amp;gt; RECOVER TABLESPACE &lt;TABLESPACE_NAME&gt;;&lt;BR /&gt;&lt;BR /&gt;      If recovering a database, do&lt;BR /&gt;         &lt;BR /&gt;           SVRMGRL&amp;gt; RECOVER DATABASE;&lt;BR /&gt; &lt;BR /&gt;   2. Confirm each of the archived logs that you are prompted for until you &lt;BR /&gt;      receive the message "Media recovery complete". &lt;BR /&gt;&lt;BR /&gt;      If you are prompted for an archived log that does not exist, Oracle probably&lt;BR /&gt;      needs one or more of the online logs to proceed with the recovery. Compare&lt;BR /&gt;      the sequence number referenced in the ORA-280 message with the sequence &lt;BR /&gt;      numbers of your online logs. Then enter the full path name of one of the &lt;BR /&gt;      members of the redo group whose sequence number matches the one you are &lt;BR /&gt;      being asked for. &lt;BR /&gt;&lt;BR /&gt;   3. Open the database. &lt;BR /&gt;          &lt;BR /&gt;       SVRMGR&amp;gt; ALTER DATABASE OPEN;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;IV. WHEN RECOVERING ' USING BACKUP CONTROLFILE' OPTION TO DO INCOMPLETE RECOVERY&lt;BR /&gt;*******************************************************************************&lt;BR /&gt;&lt;BR /&gt;  If the database is recovered with the &lt;BR /&gt;  "RECOVER DATABASE USING BACKUP CONTROLFILE;" option without specifying the &lt;BR /&gt;  "UNTIL CANCEL" option, then upon "ALTER DATABASE OPEN RESETLOGS;" you will &lt;BR /&gt;  encounter the ORA-1113 error.&lt;BR /&gt;        &lt;BR /&gt;  Steps to workaround this issue:&lt;BR /&gt;&lt;BR /&gt;    1. Recover database again using:&lt;BR /&gt;&lt;BR /&gt;        SVRMGR&amp;gt; RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL;&lt;BR /&gt;&lt;BR /&gt;    2. Cancel recovery by issuing the "CANCEL" command.&lt;BR /&gt;  &lt;BR /&gt;    3. Open the database using:&lt;BR /&gt;&lt;BR /&gt;        SVRMGR&amp;gt; ALTER DATABASE OPEN RESETLOGS;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Notes that explain other possible recovery scenarios involving ORA-1113:&lt;BR /&gt;------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Note 116374.1    -- "ORA-1113 on Datafile After Moving Datafile Using USFDMP &lt;BR /&gt;                       Utility"&lt;BR /&gt;                       ORA-1113 on Datafile After Moving Datafile Using USFDMP&lt;BR /&gt;&lt;BR /&gt;Note 1079626.6   -- "VMS: Mount Phase of Database Startup Results in ORA-01113, &lt;BR /&gt;                       ORA-01186 &amp;amp; ORA-01122"&lt;BR /&gt;                       ORA-1113 due to datafile getting locked on OpenVMS&lt;BR /&gt;&lt;BR /&gt;Note 116422.1    -- "ORA-01113 ON RBS DATAFILE DURING STARTUP OF DATABASE"&lt;BR /&gt;                       Recovery from corrupt rollback segments&lt;BR /&gt;&lt;BR /&gt;Note 1020262.102 -- "ORA-01113, ORA-01110: TRYING TO STARTUP  DATABASE AFTER &lt;BR /&gt;                       INCOMPLETE RECOVERY" Another scenario of ORA-1113 &lt;BR /&gt;&lt;BR /&gt;Note 168115.1    -- "ORA-01113 ORA-01110 on Database Startup after Write Disk failure"&lt;BR /&gt;                       Datafile header contains different SCN comparing to other &lt;BR /&gt;                       database files due to a write disk failure&lt;BR /&gt;&lt;BR /&gt;Note 146039.1    -- "Database Startup Fails with ORA-01113, ORA-01110"&lt;BR /&gt;                       Dropping the datafile while ORA-1113, if the datafile is &lt;BR /&gt;                       not required &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;/TABLESPACE_NAME&gt;&lt;/DATAFILE_NAME&gt;&lt;/FULL&gt;&lt;/FULL&gt;&lt;/FULL&gt;&lt;/LOCATION_OF_PFILE&gt;&lt;/LOCATION_OF_PFILE&gt;</description>
      <pubDate>Tue, 14 Feb 2006 16:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/recovery/m-p/3730738#M6997</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2006-02-14T16:58:12Z</dc:date>
    </item>
  </channel>
</rss>

