Creating a US7ASCII PDB under Unicode CDB
I have a CDB with below setup
NLS_CHARACTERSET=AL32UTF8
NLS_NCHAR_CHARACTERSET=AL16UTF16
I need to create a PDB with below character set under the same above CDB with below setup :
NLS_CHARACTERSET=US7ASCII
NLS_NCHAR_CHARACTERSET=UTF8.
Is there a supported process that I can create a PDB (non-Unicode) in such manner in the CDB(Unicode).