📑
Joe's Notes and Links
  • About this site
  • About me
    • Links
    • Awards & Certifications
      • Veeam
      • Kasten
      • AWS
      • Other
      • Planned Certifications
  • Backup Theory
    • Basics Articles
      • I - Why Snapshots Are Not Backups: Understanding the Crucial Differences
      • II - Why Replication is not Backup: Understanding the Differences
      • III - Backup Best Practices: Building a Robust Data Protection Solution
      • IV - Understanding Backup Strategies: Full, Incremental, and Differential Backups
      • V - Understanding RPO and RTO
      • VI - Versioning and Retention Policies: The Backbone of Data Protection Solutions
      • VII - Implementing Backup Scheduling for Optimal Data Protection
      • VIII - Data Classification: A Crucial Pillar in Effective Backup and Recovery Strategies
      • IX - Extending Backup Measurements - Understanding RTO and RTA
    • Terminology
  • Backup Products
    • Veeam
      • Veeam Legends VBR Pocketbook V1
      • PostgreSQL
      • Powershell Scripting (Veeam specific)
        • How to automate Veeam Backup and Replication Global Exclusion Lists
        • Get Result of Backups for one VM for a Year
        • Multitag Jobs
      • Backup & Replication
        • Error "Failed to upgrade host components. Error: 'Minimum supported OS version for Veeam VSS..."
        • [Changed in V11] - Handling of exported and orphaned backups
        • [New in V12] - 2FA Login is not available with expired license
        • Quick Backup of a VM associated to multiple Backup jobs
        • Backup of Windows 10 PC with server managed agent
        • VBR Console – users and roles and job notifications
      • Agents
        • USB Disk as Veeam Repository in a private Environment
      • Veeam and Tape
        • Veeam and Tape I - Moving a tape library with data from one VBR server to another
        • Veeam and Tape II - Moving a tape library with data from one VBR server to another
        • Veeam and Tape III - Restore of Backup Job Files from Tape which were backed up with a File-to-Tape
        • Veeam and Tape IV - Cataloging a tape with a huge number of files
        • Veeam and Tape V - Usage of a S3 compatible Object Storage Gateway
      • Plugins for Enterprise Applications
        • Plugin for Oracle RMAN
          • Veeam RMAN Plugin – Update of Backup Meta Data
          • Veeam RMAN Plugin - ORA-01012 Error
          • Parameter "set-force-delete"
          • Parameter "logsDir"
      • Certification & Accreditation
        • Veeam Certified Architect (VMCA) 2022 - course and exam experience
        • New VMSP and VMTSP 2023 Accreditations available in ProPartner Portal
      • Service Provider Console
        • Deactivate Admins Group
      • Links
      • Miscellaneous
    • Spectrum Protect
      • Links
      • Backup/Archive Client
        • log4j Vulnerability - BA Client Fix and Workaround
  • Storage
    • Storage
      • Links
      • Brocade
        • Useful FOS Commands
  • Virtualization
    • VMware
      • Links
      • PowerCLI
        • How to install VMware PowerCLI offline
        • Prepare the connection to the vCenter
  • Automation and Scripting
    • Powershell scripting
      • Set PowerShell Execution Policies
      • Word-wrap PowerShell commands
      • Get Information about Networking
      • Check signature of a DLL
      • Query all VMs with mounted ISO files
      • Dismount all mounted ISO files on a cluster
      • List all Networks of all VMs on a Cluster
      • List all networks on all reachable cluster
  • OS
    • Windows
      • NTP
      • How to install VMware PowerCLI offline
      • Configure MTU Size
    • Linux
      • Routen setzen
      • Infos about FC and WWNs
  • Cloud
    • AWS
      • Links
  • Databases
    • Links
  • Tools
    • useful Tools and Websites
  • Community
    • Other great blogs/communities
Powered by GitBook
On this page
  1. Backup Products
  2. Veeam
  3. Plugins for Enterprise Applications
  4. Plugin for Oracle RMAN

Veeam RMAN Plugin – Update of Backup Meta Data

PreviousPlugin for Oracle RMANNextVeeam RMAN Plugin - ORA-01012 Error

Last updated 3 years ago

With version 10 and 11 of the Veeam plugin for Oracle RMAN was a new backup metadata format introduced.

But what is the benefit of the new metadata format? In the older versions all metadata was written to one file – the “Veaam backup chain metadata file” (Extension of this file is .vbm).

This file gets rather big over time and it takes some time to read and write the metadata for a single backup session from or to this file. Because of this the amount of time needed for a plugin backup session gets longer and longer.

The new metadata format writes the metadata of a backup session in an own file (Extension of these files is .vasm). Now you have many small metadata files. If a backup file expires, the metadata has not to be searched in the big file and deleted from it. Now the metadata file can simply be deleted with the backup file. This is much faster than the former procedure. Additionally a new small file is written for the backup chain with some general metadata information (Extension of this file is .vacm).

OK, that’s the theory. Now have a look at the update process…

In the log messages of Plugin Backup Jobs, a message is shown “Backup metadata is not up to date. Please upgrade the backup.”

And under Backups--> Disk --> Oracle RMAN in the Veeam console is an icon with an upward arrow shown for the affected backup chains.

Both indicate that a metadata update for this backup is needed.

To start the update, go to Backups --> Disk --> Oracle RMAN in the Veeam console and select the backup chain you want to update.

In the case you get the following error message, disable the corresponding backup job and start the update process once again.

The backups will be locked in the time the update is carried out. The corresponding backup job is disabled anyway, so this should be no problem…

Select yes to proceed.

Now the backup files are analyzed, and the metadata file is split into the smaller files for each backup file. This takes several minutes. I have done this process for several plugin backup chains with numbers of files between 12.000 and 18.000 files, the process was done in 4 to 6 minutes.

After the process is finished the metadata is migrated into the new format and a lot of small metadata files are created.

In one of my updates there were 12444 files before the update process and 24891 files after the update. The number of files roughly doubles.

After the update process is finished, don’t forget to re-enable the corresponding backup job!

First backups after the updates reasonable faster than before. This is a full backup of a rather big database. The runtime is nearly one third after the update….

Before the update:

After the update:

Download this article as PDF

416KB
RMAN Plugin - Update Backup Meta Data.pdf
pdf
Ein Bild, das Text enthält.

Automatisch generierte Beschreibung