Backup of enterprise applications (Microsoft stack, IBM Db2, MongoDB, Oracle, PostgreSQL, SAP)
Post Reply
marieelieg
Expert
Posts: 148
Liked: 8 times
Joined: Oct 20, 2016 7:15 am
Contact:

RMAN plugin and RMAN catalog

Post by marieelieg »

Hello experts,

I installed the Veeam plugin for Oracle RMAN and configured it. I have prepared a test script to backup the databases.
I just have a question. Will the plugin work with the Oracle RMAN catalog db?
For example, if I have the below code, will it work with Veeam/plugin?

rman target / catalog rcat@catalogdb
RUN {
sql 'alter system checkpoint global';
sql 'alter system archive log current';
sql 'alter system switch logfile';
BACKUP AS COMPRESSED BACKUPSET DATABASE;
BACKUP AS COMPRESSED BACKUPSET ARCHIVELOG;
BACKUP CURRENT CONTROLFILE;
}

Thanking you in advance and have a nice day/night!
Andreas Neufert
VP, Product Management
Posts: 7202
Liked: 1547 times
Joined: May 04, 2011 8:36 am
Full Name: Andreas Neufert
Location: Germany
Contact:

Re: RMAN plugin and RMAN catalog

Post by Andreas Neufert »

Yes, we add our plugin to the default RMAN device configuration. So your script works.

If you have scripts with channel definition you need to change. The config export will give you examples then.
evandrosp
Influencer
Posts: 14
Liked: 4 times
Joined: Apr 09, 2024 6:58 pm
Full Name: Evandro da Silva Prado
Location: Brazil
Contact:

Re: RMAN plugin and RMAN catalog

Post by evandrosp »

Hi there,
Is there any way to back up the RMAN catalog using the Veeam Plug-in for Oracle RMAN when the backup job is configured in VBR? I don’t use any scripts; I simply configure the RMAN Plugin to run directly from VBR, performing full backups weekly and differential backups daily, with archive redo logs every hour.

Thanks
Evandro S Prado
Infrastructure Specialist
PetrM
Veeam Software
Posts: 3815
Liked: 643 times
Joined: Aug 28, 2013 8:23 am
Full Name: Petr Makarov
Location: Prague, Czech Republic
Contact:

Re: RMAN plugin and RMAN catalog

Post by PetrM » 1 person likes this post

Hi Evandro,

We don't have built-in integration with RMAN catalog but you can add the catalog database to the policy with other databases and back it up. However, we perform control file backup at the end of every session and information in the control file will be updated faster than in the catalog. Therefore, you will need to synchronize control files and catalog manually, there are some examples on this page.

Thanks!
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest