Tag: refreshable pdb
-
Moving to OCI: On-premises Non-CDB to OCI PDB in a single step and minimum downtime

The content discusses the migration of Non-CDB databases to Oracle Cloud Infrastructure (OCI) while minimizing downtime. It outlines a simple procedure for converting Non-CDB to PDB, emphasizing the use of the noncdb_to_pdb.sql script. Key aspects include creating refreshable PDBs from Non-CDBs, managing archive logs, and ensuring compatibility between databases. It also highlights the importance of…
-
19c Basic Multitenant operation combinations

The CDB (container database) architecture, also called multitenant, is the new standard in Oracle database architecture. So much so, that nonCDB databases are de-supported from versions 21c onwards. This implies that both in its singletenant model (one user PDB per CDB) and in its multitenant model (several user PDBs per CDB), PDB operations are going…
