<?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>Question Re: Oracle Db backup type - DB13 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734014#M3099664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Orkun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to stop the system. So...I'll proceed with your recommendation of an offline backup option. Just to be sure everything is right...Could you please confirm if the following parameters in init&amp;lt;SID&amp;gt;.sap file are correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;backup_mode= full&lt;/P&gt;&lt;P&gt;backup_type= offline&lt;BR /&gt;backup_dev_type= disk&lt;BR /&gt;backup_root_dir= D:\oracle\&amp;lt;SID&amp;gt;\sapbackup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2012 14:45:02 GMT</pubDate>
    <dc:creator>former_member189462</dc:creator>
    <dc:date>2012-05-07T14:45:02Z</dc:date>
    <item>
      <title>Oracle Db backup type - DB13</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaq-p/8734007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oracle 10g&lt;/P&gt;&lt;P&gt;Windows Server 2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask for your recommendation with regards to the backup type to use considering a future recovery needs. This is the scenario: We have just installed an ERP IDES version system (there has been no activity on it yet, no released to user neither). So we want to perform a DB backup to a local disk before start using it and when requires, to have the chance to go back to this point. Considering that requirement what would be the more suitable backup type option available in DB13?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Full DataBase Onlie Backup&lt;/P&gt;&lt;P&gt;-Full DataBase Offline Backup &lt;/P&gt;&lt;P&gt;-Whole DataBase Offline Backup&lt;/P&gt;&lt;P&gt;-Whole DataBase Online Backup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm aware about the advantages and disadvantages between online vs offline, but I'm not sure about differences between "Whole" and "Full" and the requirements of them for the recovery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Summarizing...What would be the right procedure to have a DB backup to use it later for recovery?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also and considering the backup device type is a Disk I've have already change backup_dev_type=disk parameter in init&amp;lt;SID&amp;gt;.sap file. Should I change other parameters like backup_mode or backup_type for example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see I'm new on this Oracle "backup/restore" procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2012 14:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaq-p/8734007</guid>
      <dc:creator>former_member189462</dc:creator>
      <dc:date>2012-05-05T14:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Db backup type - DB13</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734008#M3099658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diego.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different between Whole backup &amp;amp; Full&amp;nbsp; backup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Whole backup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Backup all database files,but this backup are not cataloged as a level-0 backup, which means that you cannot use it as a reference backup for an incremental backup with RMAN .&lt;/P&gt;&lt;P&gt;The syntax for a whole backup is as follows : In Profile init&amp;lt;DBSID&amp;gt;.sap :backup_mode=all&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;BRBACKUP brbackup -m all&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Full backup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;backups all database files. you can preform a full backup with or without RMAN . if you do not use RMAN ,then RMAN is called separately to catalog the backup as level 0. This means that you can use this backup as a reference backup for an incremental backup with RMAN . &lt;/P&gt;&lt;P&gt;The syntax for a Full backup is :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In profile init&amp;lt;DBSID&amp;gt;.sap : backup_mode=full&lt;/LI&gt;&lt;LI&gt;With BRBACKUP : brbackup -m full&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In the context of the Recovery Manager this backup is an incremental level-0 backup.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RMAN &lt;/STRONG&gt;is proprietary tool of Oracle which checks the consistency of the backup where as brbackup does not checks the consistency &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2012 18:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734008#M3099658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-05T18:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Db backup type - DB13</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734009#M3099659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tunga, thanks for the quick response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Considering the above mentioned differences between whole and full backups, and considering also I'm new on this, Could you please let me know the steps to perform a full online db backup to a Disk through the Tx DB13? What parameters should be modified init&amp;lt;SID&amp;gt;.sap besides backup_dev_type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2012 14:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734009#M3099659</guid>
      <dc:creator>former_member189462</dc:creator>
      <dc:date>2012-05-06T14:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Db backup type - DB13</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734010#M3099660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I've successfully performed an online backup through BRTOOLS, with following parameters in init&amp;lt;sid&amp;gt;.sap file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;backup_mode= full&lt;BR /&gt;backup_type= online&lt;BR /&gt;backup_dev_type= disk&lt;BR /&gt;backup_root_dir= D:\oracle\&amp;lt;SID&amp;gt;\sapbackup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After checking the backup result, the following structure and files were found in the above backup directory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directories:&lt;/P&gt;&lt;P&gt;&amp;lt;SID&amp;gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; back&amp;lt;SID&amp;gt;.txt&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; beimhhyn.Saved Search&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initSID.ora&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initSID.sap&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; spaceSID.txt&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SPFILESID.ora&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beimhhyn:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CNTRL&amp;lt;SID&amp;gt;.DBF&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SR3.DATAx (x=70)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SR3USR.DATA1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SYSAUX.DATA1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SR3701.DATAx (x=69)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SYSTEM.DATA1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UNDO.DATA1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are all these backup files sufficient to perform a restore? Or some other files are also required? Basically I would to confirm if by keeping all the above listed files we are in position to restore the system and bring it to its today state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 03:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734010#M3099660</guid>
      <dc:creator>former_member189462</dc:creator>
      <dc:date>2012-05-07T03:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Db backup type - DB13</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734011#M3099661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should take online consistent backup which contains datafiles and offline redo log files, in order to open the database, as a minimum requirement. You may not open the database consistently, only with online backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to bring the database to its today state, you need take a online backup, as you did, plus should all take backup offline redolog files periodically, in the day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume that the online backup finished at t1 and the database crashed at t2. To bring the database to t2, you need to restore the online backup which will bring you to t1. Then, apply the offline redolog files which will bring your database to t2 or the time between t1 and t2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Orkun Gedik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 11:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734011#M3099661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-07T11:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Db backup type - DB13</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734012#M3099662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Orkun, thanks for your response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Considering we have not yet released the system to users (no activity over it) and this backup will be only used to bring the system to time "t1" (no need to reach an specific hour in that process)...Is this online backup sufficient for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An extra question..Is there any way to check if this backup is consistent or usable without really performing the restore process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and sorry for this kind of questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 12:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734012#M3099662</guid>
      <dc:creator>former_member189462</dc:creator>
      <dc:date>2012-05-07T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Db backup type - DB13</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734013#M3099663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Considering we have not yet released the system to users (no activity over it) and this backup will be only used to bring the system to time "t1" (no need to reach an specific hour in that process)...Is this online backup sufficient for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there's no activity and able to stop the system for a while take an offline backup, instead of online backup. This is because, by the offline backup you don't need to apply offline redologs in order to make the database consistent. If it is not possible to shutdown the system, I suggest you to take an online consistent backup. Just online may not be enough to open the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; Is there any way to check if this backup is consistent or usable without really performing the restore process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to restore the backup set, in order to be sure that it is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Orkun Gedik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 12:51:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734013#M3099663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-07T12:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Db backup type - DB13</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734014#M3099664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Orkun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm able to stop the system. So...I'll proceed with your recommendation of an offline backup option. Just to be sure everything is right...Could you please confirm if the following parameters in init&amp;lt;SID&amp;gt;.sap file are correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;backup_mode= full&lt;/P&gt;&lt;P&gt;backup_type= offline&lt;BR /&gt;backup_dev_type= disk&lt;BR /&gt;backup_root_dir= D:\oracle\&amp;lt;SID&amp;gt;\sapbackup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 14:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734014#M3099664</guid>
      <dc:creator>former_member189462</dc:creator>
      <dc:date>2012-05-07T14:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Db backup type - DB13</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734015#M3099665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN"&gt;Yes, the configuration is correct. Additionally, don't forget to set expiration period to the suitable number with your needs, if you are planning to make a backup cycle.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;expir_period = 30&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN"&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN"&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN"&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN lang="EN"&gt;﻿&lt;/SPAN&gt;&lt;/SPAN&gt;Orkun Gedik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 14:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734015#M3099665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-07T14:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Db backup type - DB13</title>
      <link>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734016#M3099666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Orkun...thanks so much for your help. I'll try it and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 15:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/oracle-db-backup-type-db13/qaa-p/8734016#M3099666</guid>
      <dc:creator>former_member189462</dc:creator>
      <dc:date>2012-05-07T15:36:49Z</dc:date>
    </item>
  </channel>
</rss>

