<?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 Re: Oracle, Incomplete Recovery &amp;amp; Redo log... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-incomplete-recovery-amp-redo-log/m-p/2763521#M893580</link>
    <description>For your questions&lt;BR /&gt;&lt;BR /&gt;1.For example assume that you need to revert the database to July 8th 10pm&lt;BR /&gt;&lt;BR /&gt;  1.restore the backup of the datafile and the control file before this time and you can do a recovery using three options&lt;BR /&gt;until cancel&lt;BR /&gt;until change&lt;BR /&gt;until time &lt;BR /&gt;&lt;BR /&gt;you can use the recover database until time &lt;TIME format=""&gt;&lt;/TIME&gt;First thing is that the recovery process will automatically look for the archived redo logfiles and update the database upto that point of time.&lt;BR /&gt;&lt;BR /&gt;2.When you are using until time the following format of time is always used&lt;BR /&gt;&lt;BR /&gt;'YYYY-MM-DD:HH24:MI:SS'&lt;BR /&gt;&lt;BR /&gt;3.you are speaking about recovery.&lt;BR /&gt;When you have reverted your database to old time what is the need for the present redo information on the on-line redolog files.&lt;BR /&gt;If you have done a incomplete recovery or done a recovery using a backup controlfile then the database can be opened only be using a &lt;BR /&gt;resetlogs option&lt;BR /&gt;that is a new incarnation of the database is started from that point.&lt;BR /&gt;&lt;BR /&gt;check for the documentation here.This will give you a clear path.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.vi.unizh.ch/oracle8i_816/onlinedocu/doc/server.816/a76993/performi.htm#14614" target="_blank"&gt;http://www.vi.unizh.ch/oracle8i_816/onlinedocu/doc/server.816/a76993/performi.htm#14614&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 15 Jul 2002 07:30:46 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2002-07-15T07:30:46Z</dc:date>
    <item>
      <title>Oracle, Incomplete Recovery &amp; Redo log...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-incomplete-recovery-amp-redo-log/m-p/2763519#M893578</link>
      <description>Hi Friends,&lt;BR /&gt;When I want to do incomplete recovery (rolling back entire database to previous state/time).&lt;BR /&gt;&lt;BR /&gt;- Do I need to restore redo logs along with datafiles?&lt;BR /&gt;&lt;BR /&gt;- When using "until time", do I need to set nls_date nls_language at the session level?&lt;BR /&gt;&lt;BR /&gt;Regarding the Online-Redo log files.&lt;BR /&gt;&lt;BR /&gt;Theoritically I know that online redo logs can be applied, in the same way as archived logs,&lt;BR /&gt;but how ? &lt;BR /&gt;do we need to copy the online redo log to the location of "archivelog log" or give full path at the time of applying?&lt;BR /&gt;&lt;BR /&gt;Please help me to understand it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Adv&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shah&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 06:36:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-incomplete-recovery-amp-redo-log/m-p/2763519#M893578</guid>
      <dc:creator>Shahbaz_1</dc:creator>
      <dc:date>2002-07-15T06:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle, Incomplete Recovery &amp; Redo log...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-incomplete-recovery-amp-redo-log/m-p/2763520#M893579</link>
      <description>Hi&lt;BR /&gt;&amp;lt;&amp;lt;&lt;REGARDING the="" online-redo="" log="" files.=""&gt;&amp;gt;&amp;gt;&lt;BR /&gt;Yes, those online logs can be applied. If oracle cannot find them, it will ask for the exact location. And you can then enter the full path.&lt;BR /&gt;&lt;BR /&gt;Hope this answers one of your questions,&lt;BR /&gt;Tom&lt;/REGARDING&gt;</description>
      <pubDate>Mon, 15 Jul 2002 06:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-incomplete-recovery-amp-redo-log/m-p/2763520#M893579</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-07-15T06:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle, Incomplete Recovery &amp; Redo log...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-incomplete-recovery-amp-redo-log/m-p/2763521#M893580</link>
      <description>For your questions&lt;BR /&gt;&lt;BR /&gt;1.For example assume that you need to revert the database to July 8th 10pm&lt;BR /&gt;&lt;BR /&gt;  1.restore the backup of the datafile and the control file before this time and you can do a recovery using three options&lt;BR /&gt;until cancel&lt;BR /&gt;until change&lt;BR /&gt;until time &lt;BR /&gt;&lt;BR /&gt;you can use the recover database until time &lt;TIME format=""&gt;&lt;/TIME&gt;First thing is that the recovery process will automatically look for the archived redo logfiles and update the database upto that point of time.&lt;BR /&gt;&lt;BR /&gt;2.When you are using until time the following format of time is always used&lt;BR /&gt;&lt;BR /&gt;'YYYY-MM-DD:HH24:MI:SS'&lt;BR /&gt;&lt;BR /&gt;3.you are speaking about recovery.&lt;BR /&gt;When you have reverted your database to old time what is the need for the present redo information on the on-line redolog files.&lt;BR /&gt;If you have done a incomplete recovery or done a recovery using a backup controlfile then the database can be opened only be using a &lt;BR /&gt;resetlogs option&lt;BR /&gt;that is a new incarnation of the database is started from that point.&lt;BR /&gt;&lt;BR /&gt;check for the documentation here.This will give you a clear path.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.vi.unizh.ch/oracle8i_816/onlinedocu/doc/server.816/a76993/performi.htm#14614" target="_blank"&gt;http://www.vi.unizh.ch/oracle8i_816/onlinedocu/doc/server.816/a76993/performi.htm#14614&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 15 Jul 2002 07:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-incomplete-recovery-amp-redo-log/m-p/2763521#M893580</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-07-15T07:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle, Incomplete Recovery &amp; Redo log...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-incomplete-recovery-amp-redo-log/m-p/2763522#M893581</link>
      <description>Restore the redo logs from the backup from which you are doing&lt;BR /&gt;the recovery.  This will provide a relatively consistent view of the&lt;BR /&gt;database for the recovery process.  If you did a cold backup from&lt;BR /&gt;a shutdown abort, Oracle may expect to apply data from the redo logs.&lt;BR /&gt;&lt;BR /&gt;As noted the until time is fixed format, and not dependent on NLS parameters.&lt;BR /&gt;&lt;BR /&gt;If you have an online location for archived redo logs Oracle, will try&lt;BR /&gt;to find the log files there.  If you have all the required log files &lt;BR /&gt;uncompressed in the online directory, Oracle will find them on its own.&lt;BR /&gt;If they are anywhere else or the names have changed, or the files are&lt;BR /&gt;compressed, Oracle will prompt you for the files.  You will have to &lt;BR /&gt;uncompress the files before Oracle can use them.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 17:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-incomplete-recovery-amp-redo-log/m-p/2763522#M893581</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-07-15T17:40:04Z</dc:date>
    </item>
  </channel>
</rss>

