<?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: datafile erased in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780779#M833231</link>
    <description>hi again,&lt;BR /&gt;&lt;BR /&gt;Today, i came across the following interesting documents:&lt;BR /&gt;&lt;BR /&gt;A. Oracle9i Data Guard-Technical White Paper&lt;BR /&gt;Oracle9i introduces many new features that address the data protection challenge. The feature this paper will focus on is Oracle9i Data Guard. Oracle9i Data Guard can be configured to protect data from all causes of data loss whether from human error, operating system induced corruptions, natural disasters and terrorism.&lt;BR /&gt;&lt;A href="http://technet.oracle.com/deploy/availability/pdf/Oracle9i_DG_TWP072001.pdf" target="_blank"&gt;http://technet.oracle.com/deploy/availability/pdf/Oracle9i_DG_TWP072001.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;B. Fast-Start: Quick Fault Recovery in Oracle&lt;BR /&gt;This paper highlights Fast-Start??? Fault Recovery, an important availability feature in Oracle, designed to expedite recovery from unplanned outages. Fast-Start allows the administrator to configure a running system to impose predictable bounds on the time required for crash recovery. &lt;BR /&gt;&lt;A href="http://technet.oracle.com/deploy/availability/pdf/fast-start.pdf" target="_blank"&gt;http://technet.oracle.com/deploy/availability/pdf/fast-start.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
    <pubDate>Sat, 10 Aug 2002 05:36:57 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2002-08-10T05:36:57Z</dc:date>
    <item>
      <title>datafile erased</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780773#M833225</link>
      <description>Hi all, I???m starting to work with ORACLE , so I wanna clear many doubts&lt;BR /&gt;What should be done to recover a datafile delete.&lt;BR /&gt;Supposing that I have a full backup of my OS including all the datafiles.&lt;BR /&gt;It???s the same than recover a file? &lt;BR /&gt;I would be really pleased if someone could explain me a  little about it.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Aug 2002 16:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780773#M833225</guid>
      <dc:creator>Hunan_1</dc:creator>
      <dc:date>2002-08-06T16:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: datafile erased</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780774#M833226</link>
      <description>Hunan,&lt;BR /&gt;&lt;BR /&gt;along with the Oracle documentation you should have the "Backup And Recovery Guide". It is very detailed and helps you in all standard situations.&lt;BR /&gt;&lt;BR /&gt;How to recover datafiles depends on what kind of datafiles (physical database structure, files containing tables, redo log files, control files, and so on) you have to recover. Additionally, it depends on your choice of recovery procedure (with or without ARCHIVELOG mode, using export or import facilities).&lt;BR /&gt;&lt;BR /&gt;If you have a full backup of your system (including Oracle), this backup is ready to use, if all your Oracle instances were shut down, while creating the backup. If you would do a recovery of your Oracle system, you would have to start Oracle with the RESETLOGS option after recovering.&lt;BR /&gt;&lt;BR /&gt;If the full backup is created when Oracle is up and running, tha backup cannot be used to recover Oracle later. The Oracle system would be very likely unusable.</description>
      <pubDate>Tue, 06 Aug 2002 17:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780774#M833226</guid>
      <dc:creator>Thomas Schler_1</dc:creator>
      <dc:date>2002-08-06T17:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: datafile erased</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780775#M833227</link>
      <description>If you have deleted a datafile, it depends entirely on if your database is in archivelog mode, and when your last backup was run.  &lt;BR /&gt;&lt;BR /&gt;An offline backup can be used for this purpose, as well as an online backup.  You would need to restore whatever datafile was deleted, and then run the following:&lt;BR /&gt;&lt;BR /&gt;recover database datafile '&lt;FILENAME&gt;';&lt;BR /&gt;&lt;BR /&gt;This will force the datafile into a recovery state, and begin looking for logs required to bring the datafile up to the current SCN.  Once the datafile is up to the current SCN, the datafile will be available (if the database is open), or the instance can be brought up without needing to perform a RESETLOGS.  Remember that you might need to specify an online log to complete the cycle.  Online logs that have not been archived are valid for this purpose, but the full path to the log will need to be input.  &lt;BR /&gt;&lt;BR /&gt;If you do not have the logs required to bring the datafile up to the correct SCN, then you will need to perform an incomplete database recovery (all of the datafiles), and open with a RESETLOGS, or a recovery from an offline backup.  There isn't a way to bring a datafile that has not been recovered up to the current SCN online.  &lt;BR /&gt;&lt;BR /&gt;Hope this answers your questions,&lt;BR /&gt;&lt;BR /&gt;Brian&lt;/FILENAME&gt;</description>
      <pubDate>Tue, 06 Aug 2002 19:12:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780775#M833227</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2002-08-06T19:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: datafile erased</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780776#M833228</link>
      <description>Thanks a lot friends, Your help went direct to the point. &lt;BR /&gt;Does anyone know a web address with good information related to oracle backups with some examples and situations?</description>
      <pubDate>Wed, 07 Aug 2002 19:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780776#M833228</guid>
      <dc:creator>Hunan_1</dc:creator>
      <dc:date>2002-08-07T19:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: datafile erased</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780777#M833229</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try metalink.oracle.com (you will need an account there - if you are a Oracle customer and you have your CSI number, there should not be any problems!) - do a search on "Backup and Recovery" you have tons of information.&lt;BR /&gt;&lt;BR /&gt;otherwise, you can also visit the following pages:&lt;BR /&gt;&lt;A href="http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76993/backupst.htm" target="_blank"&gt;http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76993/backupst.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/server.901/a90134/intro.htm" target="_blank"&gt;http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/server.901/a90134/intro.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Thu, 08 Aug 2002 03:54:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780777#M833229</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-08-08T03:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: datafile erased</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780778#M833230</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;Another interesting document that i can across today.&lt;BR /&gt;&lt;BR /&gt;It's about:&lt;BR /&gt;Media Recovery Scenarios&lt;BR /&gt;&lt;BR /&gt;and describes how to recover from common media failures, and includes the following: &lt;BR /&gt;&lt;BR /&gt;- Understanding the Types of Media Failures &lt;BR /&gt;- Recovering After the Loss of Datafiles &lt;BR /&gt;- Recovering Through an ADD DATAFILE Operation &lt;BR /&gt;- Recovering Transported Tablespaces &lt;BR /&gt;- Recovering After the Loss of Online Redo Log Files &lt;BR /&gt;- Recovering After the Loss of Archived Redo Log Files &lt;BR /&gt;- Recovering After the Loss of Control Files &lt;BR /&gt;- Recovering from User Errors &lt;BR /&gt;- Performing Media Recovery in a Distributed Environment &lt;BR /&gt;&lt;BR /&gt;URL:&lt;BR /&gt;&lt;A href="http://technet.oracle.com/doc/oracle8i_816/server.816/a76993/recoscen.htm" target="_blank"&gt;http://technet.oracle.com/doc/oracle8i_816/server.816/a76993/recoscen.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Fri, 09 Aug 2002 04:48:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780778#M833230</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-08-09T04:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: datafile erased</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780779#M833231</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;Today, i came across the following interesting documents:&lt;BR /&gt;&lt;BR /&gt;A. Oracle9i Data Guard-Technical White Paper&lt;BR /&gt;Oracle9i introduces many new features that address the data protection challenge. The feature this paper will focus on is Oracle9i Data Guard. Oracle9i Data Guard can be configured to protect data from all causes of data loss whether from human error, operating system induced corruptions, natural disasters and terrorism.&lt;BR /&gt;&lt;A href="http://technet.oracle.com/deploy/availability/pdf/Oracle9i_DG_TWP072001.pdf" target="_blank"&gt;http://technet.oracle.com/deploy/availability/pdf/Oracle9i_DG_TWP072001.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;B. Fast-Start: Quick Fault Recovery in Oracle&lt;BR /&gt;This paper highlights Fast-Start??? Fault Recovery, an important availability feature in Oracle, designed to expedite recovery from unplanned outages. Fast-Start allows the administrator to configure a running system to impose predictable bounds on the time required for crash recovery. &lt;BR /&gt;&lt;A href="http://technet.oracle.com/deploy/availability/pdf/fast-start.pdf" target="_blank"&gt;http://technet.oracle.com/deploy/availability/pdf/fast-start.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;Best Regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Aug 2002 05:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/datafile-erased/m-p/2780779#M833231</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-08-10T05:36:57Z</dc:date>
    </item>
  </channel>
</rss>

