Oracle RMAN Backup
Hi All,
Need to know while creating RMAN scripts for Netbackup do we need to create 3 separate scripts on the oracle client for every backup?
i.e Full,Incremenal and Archive
2:- Or we just create one script on Oracle client and through netbackup policy we can select any backup type i.e full,incremental,archive?
Pls help.
out of the box, you have to create two scripts. one for full and incremental backups and one for archive logs.
I always create three scripts, one for each because most of my customers does not have enough oracle experts.
BUT, if you now scripting, you can read the atributes that netbackup passes to thescript and create a script that will do all.
Our DBA uses one script for all backups, Full, Incremental, Cumulative.
Take a look at the sample scripts in <installpath>\ext\db_ext\oracle\samples\rman