Background I ran into a situation where we needed to restore just one dropped (and recreated) pluggable database (PDB) in an Oracle 19c Container Database (CDB), but we did not have any backups for CDB$ROOT, PDB$SEED, etc. Our only backup…
Read More >qOverview When creating a new pluggable database, or PDB, you can optionally include the CREATE_FILE_DEST clause. Here’s an example: create pluggable database PDB1 admin user admin identified by “************” create_file_dest = ‘+DATA_DG’; The value provided can be an ASM…
Read More >Fred Denis, Pythian Oracle Database Expert, challenges the idea that there can be only one UNDO tablespace in a multi-tenant architecture.
Read More >