How to Auto Open PDB When Startup CDBby Ed ChenAugust 15, 2020January 20, 2021By default, the pluggable databases (PDB) are at MOUNT state after you startup the database. SQL> conn / as sysdba Connected. SQL> show pdbs … Read More »How to Auto Open PDB When Startup CDB
How to Clone Local PDBby Ed ChenOctober 20, 2015January 19, 2021Clone Local PDB This time, we'd like to clone a PDB for testing purpose in the same CDB on DB level. [oracle@test1 ~]$ sqlplus /… Read More »How to Clone Local PDB