CREATE PDB USING DBCA

CREATE PLUGGABLE DATABASE USING DBCA (from PDB$SEED)

[oracle@localhost ~]$ export DISPLAY=192.168.2.2:0.0
[oracle@localhost ~]$ dbca &
[1] 10557
[oracle@localhost ~]$
[oracle@localhost ~]$

SQL> show con_name

CON_NAME
------------------------------
CDB$ROOT
SQL> show pdbs;

    CON_ID CON_NAME                       OPEN MODE  RESTRICTED
---------- ------------------------------ ---------- ----------
         2 PDB$SEED                       READ ONLY  NO
         3 PDB1                           MOUNTED
         4 PDB2                           MOUNTED
         5 PDB3                           MOUNTED
         6 PDB4                           READ WRITE NO <-------
SQL>

Caution: Your use of any information or materials on this website is entirely at your own risk. It is provided for educational purposes only. It has been tested internally, however, we do not guarantee that it will work for you. Ensure that you run it in your test environment before using.