Question: Startup the CDB using either DBCA or SQL Plus. script that will run in the CDB to clone the existing PDB created in Project 11
Startup the CDB using either DBCA or SQL Plus. script that will run in the CDB to clone the existing PDB created in Project 11 (EFSC_PDB) (i.e., creating a new PDB). The script will perform the following.
- Connect to the CDB as "SYS"
- Run the CREATE PLUGGABLE DATABASE statement
- Open the new PDB in read/write mode
- Run a query for the V$PDB view
- Run a query for the CDB_PDBS view
- Shut down both PDBs
- Disconnect from the PDB
Step by Step Solution
3.35 Rating (161 Votes )
There are 3 Steps involved in it
To accomplish the tasks you mentioned you can use SQLPlus to create a new PDB in your CD... View full answer
Get step-by-step solutions from verified subject matter experts
