After knowing how to change the backup location in different scenarios, let's see a more advance topic about making backup copies in RMAN. By default,… Read More »How RMAN Duplex Backup Copies
By default, all backup pieces of RMAN go to Fast Recovery Area (FRA), but we can change it. In RMAN, we can set different backup… Read More »How to set RMAN Backup Location
RMAN Parallelism To backup the database with multithreads can considerably speed up the backup process as long as IO throughput is good enough to handle… Read More »How RMAN Parallelism Works
You can enable the compression feature of RMAN by the following 2 ways: One time setting RMAN> show all; RMAN configuration parameters for database with… Read More »How RMAN Compressed Backupset
Backup RMAN Configuration RMAN can backup almost everything at any state of execution time, includes data, archive logs, even control file and spfile, but I… Read More »How to Backup RMAN Configuration Daily
Reset RMAN Configuration At times, you might want to reset RMAN configuration back to default. You can use CLEAR keyword to remove it. Let's see… Read More »How to Reset RMAN Configuration
Did you have ever noticed that? RMAN can show the configuration when the controlfile is not mounted. See the demonstration below: [oracle@primary01 ~]$ rman target… Read More »RMAN Configuration Under Nomount