Comprehensive data protection for all workloads
Post Reply
marieelieg
Expert
Posts: 147
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: 6748
Liked: 1408 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.
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 193 guests