cdb
-
Step-by-Step: Check CDB and PDB Status
To check the status of an Oracle Container Database (CDB) and its Pluggable Databases (PDBs), you can use the following SQL commands in SQL*Plus, SQL Developer, or any Oracle client: Continue reading
-
Enabling archive log mode at pluggable database/Container database on 12c and forwards
Since the Redologs are created at container database level in 12c and forwards. Its notcreated at pluggable database level. Its not possible to Enabling archivelog at pluggable database level. You need to do it on CDB level. Let us see how we can enable archive log. Continue reading
