PDB Unplug Plug Migration on Different Server in Oracle 19c

PDB Unplug Plug Migration on Different Server in Oracle 19c

Learn how to migrate an Oracle 19c Pluggable Database (PDB) using the Unplug/Plug method between different servers in a step-by-step and professional way. This guide explains the complete process of moving a PDB from one CDB to another across separate Linux hosts, including pre-checks, unplugging from the source database, copying datafiles, plugging into the target … Read more

Migrate a PDB Using Unplug/Plug on the same server

Migrate a PDB Using Unplug/Plug on the same server

Migrate a PDB Using Unplug/Plug on the same server: In this article, we explain how to migrate a PDB using the Unplug/Plug method in Oracle 19c on the same server. In this case, the source and target CDBs are different, but both are hosted on the same server and use the same Oracle home. Environment … Read more

Convert Non-CDB to a PDB in Oracle 19c

Convert Non-CDB to a PDB in Oracle 19c

Convert Non-CDB to a PDB in Oracle 19c : In this article we are going to explain about how to Convert a Non-Container Database (CDB) to a Pluggable Database (PDB) or plugin a Non-Container Database (CDB) into a Container Database (CDB) as a Pluggable Database (PDB) in Oracle 19c. Below are steps for Convert Non-CDB … Read more

Create Container Database (CDB) in Oracle 19c using DBCA

Create Container Database (CDB) in Oracle 19c using DBCA

Create Container Database (CDB) in Oracle 19c using DBCA:. In this article we will explain about how to Create Container Database (CDB) in Oracle 19c using DBCA. CDB PDB database features is started from Oracle 12c onwards. A cdb database is the root database in multitenant architecture which contains zero, one or multiple pdbs. Steps … Read more

How to create a Pluggable Database in Oracle 19c using dbca

How to create a new Pluggable Databases in Oracle 19c using dbca

How to create a new Pluggable Database in Oracle 19c using dbca.- In this article we will explain about How to create a Pluggable Database in Oracle 19c using dbca. From Oracle 12c oracle started Multitenant Architecture. In multitenant architecture you could create multiple PDBs and PDBs are created in CDB. Before we create a … Read more