<?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 Daily-Full/Hourly Archive Suggestions (and Feature Request) in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Backup-Oracle-Daily-Full-Hourly-Archive-Suggestions-and-Feature-Request/m-p/48331#M966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Francesco. This is a Brilliant Idea!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created two Rally User Stories to our Engineering team to achieve the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;US2055 - Requesting ARCHIVE_LOG_ONLY=M and associated workflow &lt;/P&gt;&lt;P&gt;US2056 - Ability to create 2 different datasets for a given config based on VOLUMES and META_DATA_VOLUMES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The product management team will weigh-in the options and address this for a future release. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva Ramanathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2014 14:58:08 GMT</pubDate>
    <dc:creator>sivar</dc:creator>
    <dc:date>2014-04-18T14:58:08Z</dc:date>
    <item>
      <title>Backup Oracle Daily-Full/Hourly Archive Suggestions (and Feature Request)</title>
      <link>https://community.netapp.com/t5/Data-Protection/Backup-Oracle-Daily-Full-Hourly-Archive-Suggestions-and-Feature-Request/m-p/48326#M965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use a backup strategy in which we do a Full Oracle online backup daily (in which we also delete old archive logs) and hourly Archive log only backup.&lt;/P&gt;&lt;P&gt;We use Oncommand to do the mirroring.&lt;/P&gt;&lt;P&gt;To do this we need to have 2 different configuration file that, at this moment, differs only for the volume List.&lt;/P&gt;&lt;P&gt;The 2 configuration file have mostly the same parameters (oracle and archive):&lt;/P&gt;&lt;P&gt;CNTL_FILE_BACKUP_DIR=/saparch/GRC/controlfile_bck&lt;/P&gt;&lt;P&gt;ORACLE_BACKUPMODE=online&lt;/P&gt;&lt;P&gt;SQLPLUS_CMD=/oracle/GRC/112_64/bin/sqlplus&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_ONLY=daily:N;hourly:Y&lt;/P&gt;&lt;P&gt;ORACLE_HOME=/oracle/GRC/112_64&lt;/P&gt;&lt;P&gt;ORACLE_DATABASES=GRC:oragrc&lt;/P&gt;&lt;P&gt;ORA_TEMP=/tmp&lt;/P&gt;&lt;P&gt;ORACLE_EXPORT_PARAMETERS=N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_RECURSIVE_SEARCH=N&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_DIR=/saparch/GRC&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_EXT=dbf&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_RETENTION=1.0&lt;/P&gt;&lt;P&gt;ARCHIVE_LOG_ENABLE=daily:Y;hourly:N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only different thing is related to Volumes and Dataset.&lt;/P&gt;&lt;P&gt;For the full online we have:&lt;/P&gt;&lt;P&gt;VOLUMES=itromfs22:GRC_Log,GRC_Exe,GRC_Report,GRC_Arch,GRC_Data&lt;/P&gt;&lt;P&gt;META_DATA_VOLUME=itromfs22:GRC_Arch&lt;/P&gt;&lt;P&gt;NTAP_DFM_DATA_SET=itromfs22:snapcreator_GRC/GRC_Data,GRC_Exe,GRC_Log,GRC_Report;itromfs22:snapcreator_GRC_arch/GRC_Arch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the archive log only we have:&lt;/P&gt;&lt;P&gt;VOLUMES=itromfs22:GRC_Arch&lt;/P&gt;&lt;P&gt;NTAP_DFM_DATA_SET=itromfs22:snapcreator_GRC_arch/GRC_Arch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this is the correct way to do this so I'm asking for suggestion if anyone know some trick to simplify our configuration.&lt;/P&gt;&lt;P&gt;What came to my mind is that it could be nice if in the case of Oracle, at least, the volume snapshot/mirror/backup could be done in different way from SnapCreator Framework checking on the value of ARCHIVE_LOG_ONLY parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try to explain. Normally I think that you will have all volume in VOLUMES and the Archive Log Volume also in the META_DATA_VOLUME definition. &lt;/P&gt;&lt;P&gt;When doing an ARCHIVE_LOG_ONLY=N backup (we have daily:N) SC4.1 should work as usual:&lt;/P&gt;&lt;P&gt;1) Put oracle in backupmode&lt;/P&gt;&lt;P&gt;2) backup database (all volume excluding Archive-Metadata)&lt;/P&gt;&lt;P&gt;3) end backup &lt;/P&gt;&lt;P&gt;4) backup archive-Metadata&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When SC find ARCHIVE_LOG_ONLY=Y it would be nice if will do the backup this way.&lt;/P&gt;&lt;P&gt;1) create archivelog&lt;/P&gt;&lt;P&gt;2) backup archivelog-metadata ONLY (instead of backing up the entire database)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing this without altering the actual configuration could be done putting a new option like M in addiction to Y/N to backup only metadata volumes instead of all volumes.&lt;/P&gt;&lt;P&gt;It would also be nice to be able to configure a "different" dataset name (like snapcreator_config_M or snapcreator_config_A) when creating the configuration from the GUI so that it will automatically create 2 different dataset.&lt;/P&gt;&lt;P&gt;Having 2 different dataset is important if using dfm because with just one dataset it will snapmirror the entire dataset and not just 1 volume.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:37:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Backup-Oracle-Daily-Full-Hourly-Archive-Suggestions-and-Feature-Request/m-p/48326#M965</guid>
      <dc:creator>f_duranti</dc:creator>
      <dc:date>2025-06-05T05:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Backup Oracle Daily-Full/Hourly Archive Suggestions (and Feature Request)</title>
      <link>https://community.netapp.com/t5/Data-Protection/Backup-Oracle-Daily-Full-Hourly-Archive-Suggestions-and-Feature-Request/m-p/48331#M966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Francesco. This is a Brilliant Idea!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created two Rally User Stories to our Engineering team to achieve the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;US2055 - Requesting ARCHIVE_LOG_ONLY=M and associated workflow &lt;/P&gt;&lt;P&gt;US2056 - Ability to create 2 different datasets for a given config based on VOLUMES and META_DATA_VOLUMES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The product management team will weigh-in the options and address this for a future release. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva Ramanathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 14:58:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Backup-Oracle-Daily-Full-Hourly-Archive-Suggestions-and-Feature-Request/m-p/48331#M966</guid>
      <dc:creator>sivar</dc:creator>
      <dc:date>2014-04-18T14:58:08Z</dc:date>
    </item>
  </channel>
</rss>

