Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

DBA - Container Database

Back


List all container


Create CBD



Default Tablespaces in the Multitenant Architecture

Tablespace Root PDB
SYSTEM Oracle-supplied metadata; user metadata.
SYSAUX exists exists in each
TEMP a single default temporary tbsp for all PDB. Can create tbsp for pdb
UNDO one active local in each (recommended)
USERS one Each

TOP