<?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 rac backup. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085233#M736243</link>
    <description>&lt;BR /&gt;Another option would be for your DBA to dump database table information into text files (I think they call it a export) and then backup the text files. &lt;BR /&gt;&lt;BR /&gt;Then if there is a need you would recrecreate the database and then import the data.&lt;BR /&gt;&lt;BR /&gt;By the way oracle RAC 10GR2 can also be done with CFS (cluster file system) so you have filesystem files that you can use. This could make backups without rman a little easier if you wish.&lt;BR /&gt;&lt;BR /&gt;RMAN is the de-facto backup tool with oracle and is the proper way to back up the database while is running.  Your DBA should be trained to use it.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 13 Oct 2007 22:15:15 GMT</pubDate>
    <dc:creator>Emil Velez</dc:creator>
    <dc:date>2007-10-13T22:15:15Z</dc:date>
    <item>
      <title>oracle rac backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085229#M736239</link>
      <description>Hi Experts,&lt;BR /&gt;&lt;BR /&gt;I want to take the backup of the oracle volume group vg_rac using the HP Data protector.&lt;BR /&gt;Is it possible to take the backup of the vg_rac because it is a raw data volume group.&lt;BR /&gt;&lt;BR /&gt;Please suggest some way out except RMAN.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jaivinder</description>
      <pubDate>Fri, 12 Oct 2007 05:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085229#M736239</guid>
      <dc:creator>jaivinder</dc:creator>
      <dc:date>2007-10-12T05:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: oracle rac backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085230#M736240</link>
      <description>Javinder,&lt;BR /&gt;&lt;BR /&gt;Really RMAN is the way to go with this - anything else is going to be more complex to manage and won't get much assistance from Oracle if you have problems...&lt;BR /&gt;&lt;BR /&gt;RMAN does integrate well with Data Protector and RAC.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 12 Oct 2007 05:21:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085230#M736240</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2007-10-12T05:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: oracle rac backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085231#M736241</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;RMAN is it.&lt;BR /&gt;&lt;BR /&gt;Oracle RAC requires storage on raw disk. Raw disk can not be backed up by anything else but RMAN.&lt;BR /&gt;&lt;BR /&gt;Veritas and DP 5.X use RMAN scripts to do their backups.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 12 Oct 2007 06:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085231#M736241</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-12T06:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: oracle rac backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085232#M736242</link>
      <description>Is this a serious production DB or just a toy?&lt;BR /&gt;Serious business deserves, no requires, serious backups.&lt;BR /&gt;Please articulate why you think Rman is not acceptable.&lt;BR /&gt;&lt;BR /&gt;As to backuing up raw volumes, of course that can be done and has been done, but the risks/rewards/price balance may not make it the right choice.&lt;BR /&gt;&lt;BR /&gt;If you do want to further investigate that route, then please check out my recent reply to:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1168395" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1168395&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Oct 2007 06:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085232#M736242</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-10-12T06:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: oracle rac backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085233#M736243</link>
      <description>&lt;BR /&gt;Another option would be for your DBA to dump database table information into text files (I think they call it a export) and then backup the text files. &lt;BR /&gt;&lt;BR /&gt;Then if there is a need you would recrecreate the database and then import the data.&lt;BR /&gt;&lt;BR /&gt;By the way oracle RAC 10GR2 can also be done with CFS (cluster file system) so you have filesystem files that you can use. This could make backups without rman a little easier if you wish.&lt;BR /&gt;&lt;BR /&gt;RMAN is the de-facto backup tool with oracle and is the proper way to back up the database while is running.  Your DBA should be trained to use it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Oct 2007 22:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085233#M736243</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2007-10-13T22:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: oracle rac backup.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085234#M736244</link>
      <description>Hi Jaivinder,&lt;BR /&gt;&lt;BR /&gt;As mentioned by most of the Gurus above, if this is a business critical system and that you cannot afford data lost, the most efficient and easy way to backup your database is RMAN.&lt;BR /&gt;&lt;BR /&gt;EXP and EXPDP will only allow you to create point-in-time snapshot/dumps of your database and should not be considered as a backup!!&lt;BR /&gt;&lt;BR /&gt;I would also recommend DISK backup as your primary backup.&lt;BR /&gt;&lt;BR /&gt;Hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Oct 2007 00:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-rac-backup/m-p/4085234#M736244</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-10-15T00:36:36Z</dc:date>
    </item>
  </channel>
</rss>

