Create Pluggable Database from Another PDB Cloning a new PDB from another PDB for testing purpose in the same CDB is a very common practice… Read More »How to Create PDB from Another PDB
First of all, check the status of the target PDB to unplug.SQL> show pdbs; CON_ID CON_NAME OPEN MODE RESTRICTED---------- ------------------------------ ---------- ----------... 4 FINANCE_PDB… Read More »How to Unplug and Plug a PDB in Same Host
In my opinion, the reason in short is that the unified audit systematically unify all required audit operations into a single, consolidated fashion.According Oracle 12c… Read More »Why Enable Unified Audit Trail in 12c
When you issue the very simple unified audit without any modifiers like this:SQL> AUDIT POLICY ORA_DATABASE_PARAMETER; The scope of the audit seems to be very… Read More »The Scope of "AUDIT POLICY XXX"