In this post, we’ll be looking at how to troubleshoot error ORA-65101: Container database set up incorrectly while restoring standby control file using RMAN from On-Premise to Oracle Cloud to configure hybrid data guard.
Note: to read about what is hybrid data guard and hybrid data guard deployment process key points click here
Note: join our FREE training on Migrate E-Business Suite database and application to Cloud using hybrid data guard, in this training we cover Migration Overview & Options, Migration Tools: ZDM, MV2ADB, RMAN, Migration Solution: 4 Phase using Hybrid DR, Customer Case Study: Migration Requirement, Live Q/A Session & Much More join our FREE training by click here
Problem Statement
We encountered the error ORA-65101: container database set up incorrectly while configuring the standby database on Oracle Cloud (OCI) using RMAN when we tried to restore the standby control file.
Error
—————
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of sql statement command at 12/30/2019 06:50:38
ORA-65101: container database set up incorrectly
Root Cause
Primary database on On-premise is non-container database where as all databases on Oracle cloud (OCI) are pluggable database inside container databases. Therefore, while restoring the standby file it was expecting a non container(non pluggable) database whereas it was set up as pluggable database.
Note: Read more about 12c Multitenant architecture and Container Database(CDB)/Pluggable Database(PDB).
Fix
Change from
*.enable_pluggable_database=true
TO
*.enable_pluggable_database=false
———————————— ———– ——————————
enable_pluggable_database boolean FALSE
Reference
- 2270420.1 ORA-65101 Wrong option for CDB parameter in a Template which created by DBCA with silent mode
- 2472112.1 OCI-C DBCS: Launching new DB Service Instance using instantiate from backup failed with ORA-65101/ORA-1507
Related Post
- Know more about Zero Downtime Migration To Oracle Cloud Using Hybrid Data Guard
- Read about Overview: Oracle Data Guard Broker
- Restore of Standby Control File On Standby DB In ExaCS failing With ERROR (ORA-600, RMAN-03002)
Next Task For You
Join our FREE training on Migrate E-Business Suite database and application to Cloud using hybrid data guard, in this training, we cover Migration Overview & Options, Migration Tools: ZDM, MV2ADB, RMAN, Migration Solution: 4 Phase using Hybrid DR, Customer Case Study: Migration Requirement, Live Q/A Session & Much More.
Click on the below image to join the FREE Training Now!
Join FREE Community [Oracle Cloud DBA]
The post [Solved] Container Database set up incorrectly with error ORA-65101 for Hybrid DR appeared first on Oracle Trainings.