Oracle 12c Multitenant PDB – Managing ARCHIVELOG

archive-logmulti-tenantoracleoracle-12c

In a Oracle 12c multitenant DB instance with multiple PDBs, is it possible to enable ARCHIVELOG mode on a single PDB?

Best Answer

Because all PDBs share the same redo log files, it's not possible to enable archive log mode only for a specific PDB. All PDBs share the archive log mode of the CDB.

Remember, the PDBs themselves don't have any instance (processes and memory areas) or control file and redo logs

Oracle Database 12c Feature: Multitenant Database