Creating a pluggable database (PDB) in 12c with least effort
I have one PDB under a CDB in 12c, named PDBORCL . Now I would like to create another one as a playground with least effort of having to spend on parameters etc.
Devise: use just another name and clone the rest from the existing one. The new PDB should be empty, so in the sense of cloning it should not copy the tablespaces (if that would be an option at all in the context of cloning).
What would the statement be?
--
Christoph