<?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: backup oracle non-archive database after snapshot with RMAN in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554432#M840665</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the use of you business copy volume of you can not take offline backup with second copy of data?&lt;BR /&gt;&lt;BR /&gt;1.Check synchronization status of both copies. Once it is synced.&lt;BR /&gt;&lt;BR /&gt;2. Shutdown databace.&lt;BR /&gt;&lt;BR /&gt;3. Split copies.&lt;BR /&gt;&lt;BR /&gt;4. Start database with primary copy.&lt;BR /&gt;&lt;BR /&gt;5. Mount secondry copy on same or another host and take backup.&lt;BR /&gt;&lt;BR /&gt;6. After backup resynchronize two copies.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
    <pubDate>Mon, 30 May 2005 10:20:32 GMT</pubDate>
    <dc:creator>Devender Khatana</dc:creator>
    <dc:date>2005-05-30T10:20:32Z</dc:date>
    <item>
      <title>backup oracle non-archive database after snapshot with RMAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554427#M840660</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;my conf: 2 HP-UX servers in RAC, HP EVA 5000 with business copy, oracle 10g database  in non-archive mode (size 5000 GB), RMAN.&lt;BR /&gt;&lt;BR /&gt;I want to backup oracle database after creating snapshot. The first the database ist shutdowned (consistent backup), then the snapshot is created and after it the database opened. How can I use RMAN to daily incremental backup of this oracle database? After creating snapshot is database opened and RMAN must backup it online? Or offline?&lt;BR /&gt;&lt;BR /&gt;I thought to shutdown the database, create snapshot, open database and with RMAN to backup the created snapshot incrementally. Is this possible?</description>
      <pubDate>Mon, 30 May 2005 09:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554427#M840660</guid>
      <dc:creator>Richard Kupca</dc:creator>
      <dc:date>2005-05-30T09:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: backup oracle non-archive database after snapshot with RMAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554428#M840661</link>
      <description>Hi Rischard,&lt;BR /&gt;&lt;BR /&gt;You can only do online backups with the database in archivelog mode (with or without RMAN) so, you have 2 solutions:&lt;BR /&gt;&lt;BR /&gt;1 - In the present database configuration: backup first and startup after the database;&lt;BR /&gt;&lt;BR /&gt;2 - In archivelog configuration: startup the database first and backup after;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 30 May 2005 09:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554428#M840661</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-30T09:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: backup oracle non-archive database after snapshot with RMAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554429#M840662</link>
      <description>If you have online JFS, you can do a backup according to the following outline.&lt;BR /&gt;&lt;BR /&gt;Bring down the database.&lt;BR /&gt;Bring up a special snapshot logical volume to hold all writes to the database, about 20-25% of the size of the database itself.&lt;BR /&gt;Bring up the database.&lt;BR /&gt;&lt;BR /&gt;# First three steps take a very short time.&lt;BR /&gt;&lt;BR /&gt;Back up the database using rman or simple OS copy.&lt;BR /&gt;&lt;BR /&gt;Close the special snapshot logical volume, which writes all changes to the original logical volume/filesystem.&lt;BR /&gt;&lt;BR /&gt;This process enables you to get cold backups of oracle databases with actual downtime of less than a minute, depending on factors such as database size and speed of shutdown/startup.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 30 May 2005 09:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554429#M840662</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-30T09:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: backup oracle non-archive database after snapshot with RMAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554430#M840663</link>
      <description>Eric, thanx for response...&lt;BR /&gt;&lt;BR /&gt;If I understand the RMAN cannot backup incrementally the database which is in non-archive mode?&lt;BR /&gt;&lt;BR /&gt;For offline backups, the database needs to be shut down and restarted in mount mode. The database does not have to be in archivelog mode. BUt what about incremental backup?</description>
      <pubDate>Mon, 30 May 2005 09:33:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554430#M840663</guid>
      <dc:creator>Richard Kupca</dc:creator>
      <dc:date>2005-05-30T09:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: backup oracle non-archive database after snapshot with RMAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554431#M840664</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;"If I understand the RMAN cannot backup incrementally the database which is in non-archive mode?" &lt;BR /&gt;&lt;BR /&gt;No because RMAN cannot backup an open (online) non-archivelog database.&lt;BR /&gt;&lt;BR /&gt;"For offline backups, the database needs to be shut down and restarted in mount mode. The database does not have to be in archivelog mode. BUt what about incremental backup?"&lt;BR /&gt;&lt;BR /&gt;No. For offline backups the sequence is the following:&lt;BR /&gt;&lt;BR /&gt;1 - Shutdown database (I never tried to backup a mounted database so I don't know. Anyway, you can do little with a mounted database...)&lt;BR /&gt;2 - copy database files&lt;BR /&gt;3 - Startup database&lt;BR /&gt;&lt;BR /&gt;Incremental backups are possible to DLT tapes (with tar)&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 30 May 2005 10:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554431#M840664</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-30T10:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: backup oracle non-archive database after snapshot with RMAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554432#M840665</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the use of you business copy volume of you can not take offline backup with second copy of data?&lt;BR /&gt;&lt;BR /&gt;1.Check synchronization status of both copies. Once it is synced.&lt;BR /&gt;&lt;BR /&gt;2. Shutdown databace.&lt;BR /&gt;&lt;BR /&gt;3. Split copies.&lt;BR /&gt;&lt;BR /&gt;4. Start database with primary copy.&lt;BR /&gt;&lt;BR /&gt;5. Mount secondry copy on same or another host and take backup.&lt;BR /&gt;&lt;BR /&gt;6. After backup resynchronize two copies.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 30 May 2005 10:20:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554432#M840665</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-05-30T10:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: backup oracle non-archive database after snapshot with RMAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554433#M840666</link>
      <description>Devender,&lt;BR /&gt;we cannot do split mirror (insufficient disk space), only virtual array.&lt;BR /&gt;&lt;BR /&gt;Thanx to all for responses.</description>
      <pubDate>Mon, 30 May 2005 10:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554433#M840666</guid>
      <dc:creator>Richard Kupca</dc:creator>
      <dc:date>2005-05-30T10:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: backup oracle non-archive database after snapshot with RMAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554434#M840667</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Firstly, I'd like to say that if these are production databases you should switch archive mode on.&lt;BR /&gt;&lt;BR /&gt;see documentation mentioned in these threads :&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=363066" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=363066&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=877481" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=877481&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Mon, 30 May 2005 11:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554434#M840667</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2005-05-30T11:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: backup oracle non-archive database after snapshot with RMAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554435#M840668</link>
      <description>I also think you should switch to archivelog since the time to do cold backups would be unaceitable. And RMAN is the right tool to do your incremental backups!!&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 30 May 2005 11:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554435#M840668</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-05-30T11:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: backup oracle non-archive database after snapshot with RMAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554436#M840669</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Eric is right!&lt;BR /&gt;&lt;BR /&gt;If you don't want to take any risk with your database, Switch to archivelog mode and do only HOT BACKUPs. RMAN is the solution for all you backups and recovery!!&lt;BR /&gt;&lt;BR /&gt;Test it and see how efficient it is!&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Mon, 30 May 2005 23:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554436#M840669</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-05-30T23:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: backup oracle non-archive database after snapshot with RMAN</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554437#M840670</link>
      <description>Hi Rischard, &lt;BR /&gt;&lt;BR /&gt;Another advantage of rman is: If you create a full backup, it does not take use space of your tablespace allocation (snapshot does!), but only the high-watermark size. This can reduce your backup size a lot!&lt;BR /&gt;I recommend you to buy the Oracle Press RMAN  backup &amp;amp; recovery book. &lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Tue, 31 May 2005 06:16:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backup-oracle-non-archive-database-after-snapshot-with-rman/m-p/3554437#M840670</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-31T06:16:55Z</dc:date>
    </item>
  </channel>
</rss>

