Pluggable Database Cloning using Snapshot Copy
We can clone a PDB using snapshots of the underlying storage via the SNAPSHOT COPY clause of the CREATE PLUGGABLE DATABASE statement. Performing PDB clones using a snapshot copy reduces the time required to create the clone because it does not include a complete copy of the source data files. The PDB snapshot copy occupies […]