oracle 12c database character set changes to PDB
I had installed a 12c CDB with 2 PDBs with the DB CHARACTER SET :WE8MSWIN1252 (and National CHARACTER SET : AL16UTF16)
I have now changed the DB CHARACTER SET in the CDB to AL32UTF8 successfully.
Now, how can I change the DB CHARACTER SET in the 2 PDBs to AL32UTF8 as they are still showing up as WE8MSWIN1252
Thanks