Duplicate from active database using rman

In this article, we will do Duplicate from active database using rman, we can do rman duplicate database using rman in oracle database. Duplicating oracle database from active database doesn’t require RMAN backup. Steps to restore database using duplicate from active database. RMAN can easily duplicate/restore/clone database to target database over the network without any … Read more

How to compress full incremental backup L0, L1 backup using rman

Introduction:- Basically Backup compress full incremental backup is the feature of Oracle Database which offer more benefit. We can take the oracle rman backup as normal or in compress mode. Restoration process of compressed backup will same as uncompressed backup. Compress Full Incremental backup using RMAN:-  Incremental backups can be either level 0 or level … Read more

Container Database CDB and Pluggable database PDB Backup and Recovery.

Introduction: –   As we know that Oracle introduced multitenant Container Database CDB and Pluggable database PDB Backup and Recovery in 12c. Using RMAN client we can perform the backup of entire Container Database (CDB) or individual Pluggable Database (PDB) and also perform the point-in- time recovery.     Before starting the RMAN backup, we should … Read more