<?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 Recovery - Methods in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-recovery-methods/m-p/5000540#M777722</link>
    <description>Hi Yajuvendra,&lt;BR /&gt;&lt;BR /&gt;Was the instance down while you took the backup?  If you took it while the instance was running, was the instance in "hot backup" mode?  Do you have the archivelogs leading up to the end of the backup?&lt;BR /&gt;&lt;BR /&gt;An "inconsistent" backup is one in which recorded changes are from different SCNs (system change numbers).  You will need to read redo logs and archive logs to make it consistent again.&lt;BR /&gt;&lt;BR /&gt;Check out the "Oracle Backup and Recovery FAQ":&lt;BR /&gt;&lt;A href="http://www.orafaq.com/faqdbabr.htm" target="_blank"&gt;http://www.orafaq.com/faqdbabr.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;PCS</description>
    <pubDate>Thu, 31 Aug 2006 07:28:43 GMT</pubDate>
    <dc:creator>spex</dc:creator>
    <dc:date>2006-08-31T07:28:43Z</dc:date>
    <item>
      <title>Oracle Recovery - Methods</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-recovery-methods/m-p/5000539#M777721</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I am in process of upgradation of Oracle 8i to Oracle 9i, I have HPUX 9000 series C8000 having 11.11i as OS level and it is my Oracle Server.&lt;BR /&gt;&lt;BR /&gt;Before proceeding for migration, I took the complete backup of tablespaces i.e my whole Oracle sid in tar format. while upgrading(using database upgrade assistant dbua) the database I came across an error something like "communication channel interrupted". So I thought to reset my old oracle 8i. so, I removed the database and put back the backup which I took in tar format. But when I start the database It gives me error like database not open, due to the reason like one of the tablespace zima.dbf got corrupted.&lt;BR /&gt;&lt;BR /&gt;I tried using the method, STARTUP MOUNT and then ALTER DATABASE OPEN, but the result is same as oracle putforth the error like one of the tablespace ZIMA.dbf is not consistent.&lt;BR /&gt;&lt;BR /&gt;Please help me to retrive back my old Oracle 8i setup.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Yajuvendra Singh</description>
      <pubDate>Thu, 31 Aug 2006 06:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-recovery-methods/m-p/5000539#M777721</guid>
      <dc:creator>Yajuvendra Singh</dc:creator>
      <dc:date>2006-08-31T06:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Recovery - Methods</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-recovery-methods/m-p/5000540#M777722</link>
      <description>Hi Yajuvendra,&lt;BR /&gt;&lt;BR /&gt;Was the instance down while you took the backup?  If you took it while the instance was running, was the instance in "hot backup" mode?  Do you have the archivelogs leading up to the end of the backup?&lt;BR /&gt;&lt;BR /&gt;An "inconsistent" backup is one in which recorded changes are from different SCNs (system change numbers).  You will need to read redo logs and archive logs to make it consistent again.&lt;BR /&gt;&lt;BR /&gt;Check out the "Oracle Backup and Recovery FAQ":&lt;BR /&gt;&lt;A href="http://www.orafaq.com/faqdbabr.htm" target="_blank"&gt;http://www.orafaq.com/faqdbabr.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Thu, 31 Aug 2006 07:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-recovery-methods/m-p/5000540#M777722</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-31T07:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Recovery - Methods</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-recovery-methods/m-p/5000541#M777723</link>
      <description>Thanks SPEX, I managed to recover my database with my old dump. But no where in any document I didnt find a Oracle recovery details, few of doc. couldnt able to understand. Anyhow thanks for your response, any details/information to recovery database will be helpful to me.</description>
      <pubDate>Sat, 02 Sep 2006 11:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-recovery-methods/m-p/5000541#M777723</guid>
      <dc:creator>Yajuvendra Singh</dc:creator>
      <dc:date>2006-09-02T11:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Recovery - Methods</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-recovery-methods/m-p/5000542#M777724</link>
      <description>You have two notion for me  :&lt;BR /&gt;1 - save/bakcup&lt;BR /&gt;it's for me a method to copy your database file, on a disk a tape after a shutdown of it.&lt;BR /&gt;second way make an export&lt;BR /&gt;&lt;BR /&gt;You can make a backup withou stopping your base if you have archive log mode enable.&lt;BR /&gt;&lt;BR /&gt;first of all you put it in begin backup mode, you save the file, you put it in end backup mode, and svae archive log file&lt;BR /&gt;&lt;BR /&gt;2 - recover&lt;BR /&gt;&lt;BR /&gt;you put you last backup, you start your databse, and after you make all your change betwenne your backup and the time you want &lt;BR /&gt;with recover.&lt;BR /&gt;&lt;BR /&gt;typical error message :&lt;BR /&gt;ORA-01113: file 1 needs media recovery&lt;BR /&gt;ORA-01110: data file 1:&lt;BR /&gt;'/u1/oracle/oradata/My_Base/datafile/file_.dbf'&lt;BR /&gt;&lt;BR /&gt;sample :&lt;BR /&gt;shutdown immediate&lt;BR /&gt;STARTUP MOUNT;&lt;BR /&gt;RECOVER DATABASE;&lt;BR /&gt;ALTER DATABASE OPEN;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Sep 2006 08:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-recovery-methods/m-p/5000542#M777724</guid>
      <dc:creator>PAVIC Thierry</dc:creator>
      <dc:date>2006-09-04T08:41:21Z</dc:date>
    </item>
  </channel>
</rss>

