Has anyone has experience with using Lockdown Profiles in production PDBs?
Using Oracle RDBMS 19.18.0.0 RU230117. How can i be sure that a current non-CDB is not using any features which are disabled by using Lockdown Profiles with ALTER LOCKDOWN PROFILE <My_Profile_name> DISABLE FEATURE ALL; How can I check this before migrating the non-CDB database to a PDB.
0