sql developer 20.4.1.407*** creation of PDB always leaves in in restricted mode
while using SQL developer GUI to create a new PDB
I'm always left out with RESTRICTED MODE set to YES:
select name, open_mode, restricted from v$pdbs;
while using this (DBCA) ....
https://oracle-base.com/articles/12c/multitenant-create-and-configure-pluggable-database-12cr1
it does not do that. Why?